A JSON event-based convention for WebSockets
http://blog.new-bamboo.co.uk/2010/2/10/json-event-based-convention-websocketsHTML5 WebSockets give you a persistent connection between server and browser which you can use to send text data back and forth. Here we explore an event-centric message format on top of WebSockets to ease the development of Javascript Real Time Applications.