At this month’s Victoria.net usergroup, Cristian Prieto (@cprieto) discussed Websockets in HTML 5. He covered which browsers support it, which server technologies support it (Windows 8 server is the only Windows operating system that supports it natively), which frameworks you can use to assist you in programming it, etc.

The most useful framework that was mentioned was http://signalr.net/. It helps you write Javascript client side code that will interact with the server via websockets if available, otherwise it will fall back to long polling.

Capture

The video of the presentation can be viewed below:

[vimeo https://vimeo.com/42809208]
https://vimeo.com/42809208

By David Burela