Quantcast
Channel: hasCode.com
Viewing all articles
Browse latest Browse all 92

HTML5 Server Send Events using Node.js or Jetty

$
0
0
The HTML5 working draft describes different techniques to push information from a server to the client and the one described in this tutorial are Server-Send Events (SSE). Using Server-Send-Events eliminates the need to poll a server periodically for information using AJAX and is really easy to implement because of the simple specification and the fact [...]

Viewing all articles
Browse latest Browse all 92

Trending Articles