WebSocket is a new browser capability being developed for HTML 5 browsers, enabling fully interactive applications. With WebSockets, both the browser and the server can send asynchronous messages over a single TCP socket, without resorting to long polling or comet. Essentially, a WebSocket is a standard bidirectional TCP socket between the client and the server. The socket starts out as a HTTP con
{{#tags}}- {{label}}
{{/tags}}