Start Using HTML5 WebSockets Today | Nettuts+ | Bypeople

Start Using HTML5 WebSockets Today | Nettuts+

One of the coolest new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests. In this tutorial, we’ll review the process of running a WebSocket server in PHP, and then building a client to send and receive messages to it over the WebSocket protocol. WebSockets is a technique for two-way communication over one (TCP) socket, a type of PUSH technology. At the moment, it’s still being standardized by the W3C; however, the latest versions of Chrome and Safar…



Related Deals


Related Posts