HTML5 Web Socket
The HTML 5 specs introduces the Web Socket interface, which is a full-duplex communications channel that works over a single socket and it is exposed thru a JavaScript interface in HTML 5 compliant browsers. The bi-directional abilities of Comet and Ajax, unlike Web Sockets, usually are not native on the browser, and rely on preserving [...]
