Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

WebSocket

  • submit to reddit

Using Atmosphere's JQuery Plugin to Build Applications Supporting Both Websocket and Comet

Until all Browsers and WebServers properly support the Websocket protocol, it will be difficult to write portable applications. Not anymore, using the new JQuery Atmosphere Plugin which is able to auto-detect which transport (Websocket or Comet) to use...

1 replies - 9777 views - 06/15/10 by Jean-Francois Arcand in Articles

WebSocket is neither Web nor Socket

The HTML 5 proposal contains many new and interesting ideas. To provide some background, let's take a closer look at WebSocket and consider it against potential small modifications to HTTP usage (such as keeping TCP connections distinct when...

1 replies - 10328 views - 11/04/08 by Ted Goddard in Articles