Stream Updates with Server Sent Events HTML5 Rocks
The EventSource API is designed for receiving push notifications from a server, removing the need for client-size XHR polling. http://www.html5rocks.com/en/tutorials/eventsource/basics/
The EventSource API is designed for receiving push notifications from a server, removing the need for client-size XHR polling. http://www.html5rocks.com/en/tutorials/eventsource/basics/