Understanding the WebSocket Protocol
benstevinson
I'm a really big fan of WebSockets -- they're a lightweight bi-directional communications channel that doesn't have a lot of overhead.
I've been working on a talk about the protocol itself -- more how the actual communication between the browser and the server happens, from handshake to close, and less on how to implement them/use them in practice.
Might be interesting!