Last Updated: February 25, 2016
·
812
· iankitshah

Guide to HTML5 WebSocket

HTML5 WebSocket defines a bi-directional, full-duplex communication channel that operates over the single TCP socket and is exposed via a JavaScript interface in HTML 5 compliant browsers.

It provides efficient, low-latency and low cost connection between web client and server, based on WebSocket, developers can build scalable, real-time web applications in the future.

One of the latest book/video on HTML5 WebSocket:
https://developers.google.com/live/shows/231193705/