Using Server-Sent Events with ASP.NET
Posted on July 12th, 2011 in category: Tutorials
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 I will show you how.
13 Comments