The HTML5 Server-Sent event model allows you to push realtime data updates from the server to the browser.
In this tutorial we will work through the process, with the EventSource object handling received data and writing it to the page. We will use HTML5 and JavaScript at client side, with PHP at server side.
