Author: Lars Jarlvik | Posted on: 8/21/2011 5:22:14 PM | Views : 966

Normally when you need to check for new information on the server you need to poll it using AJAX. As of HTML5 and Server-Sent Events this is no longer necessary, you can now send data from your server to your client instantly. In this tutorial Lars Jarlvik shows you how. ...

Go to the complete details ...