Building next-generation Web Apps with WebSocket
To enable Sever-Side-Push in Web-Applications a lot of hacks (aka Comet/Bayeux) have been done in the past. The WebSocket spec fixes that by introducing a bi-directional and full duplex communication channel over a single TCP connection. This session gives an overview of the WebSocket API and shows how to use other protocols like AMQP or Stomp on-top of it, to build powerful and future-proof Web-Applications.