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.