PHP and HTML5 WebSocket server and client communication

WebSocket is a web technology providing communications channels over a single TCP connection. The WebSocket Protocol is an independent TCP-based protocol. Its only relationship to HTTP is that its handshake is interpreted by HTTP servers as an Upgrade request. Few years back HTML5 opened WebSocket technology, now we can use WebSockets using javascript. A secure … Read more