HTML5 Web Sockets

Demo

The Web Sockets API enables web content to establish two-way communincation with a remote host. The browser can open a (permanent) connection to a remote host. The host can proactively send incoming messages while connected. Link to WebSocket.org demo.

Message : ATTENTION: Messages are sent to a public server (ws://node.remysharp.com:8001).

Socket Messages:

Thanks to Remy Sharp for guidance in putting together this demo.