Hacker News new | ask | show | jobs
A JSON event-based convention for WebSockets (blog.new-bamboo.co.uk)
4 points by dctanner 5972 days ago
HTML5 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.