Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

WebSocket Qty: 2

HTML5 WebSocket API Overview

The HTML5 WebSocket was first introduced by Ian Hickson in the HTML5 specification document. The HTML5 WebSocket establishes connection between a client and a server via WebSocket protocol.... Read Full Article


The HTML5 WebSocket Object

The HTML5 WebSocket is bi-directional communication protocol which allows communication over a single socket. It is exposed via JavaScript Interface and only works with the HTML5 compliant browsers.... Read Full Article