WebSocket provides a bi-directional communication like a human being talks. The client can send data to the server and the server can send data to the client anytime. But wh
I'm running a simple request-response program using websockets. See "Websocket Server Demonstration". You can download the webpage source code.