tornado.websocket — Bidirectional communication to the browser¶ Server-side implementation of the WebSocket protocol. WebSockets allow for bidirectional communication between the browser and server. Warning The WebSocket protocol is still in development. This module currently implements the “draft76” version of the protocol, which is supported only by Chrome and Safari. See this browser compatibil

