Socket Demo

Uses sockets to receive events (without polling!) from a chat server when others have sent a message. Also allows you to send out messages.

Please enter your name:

Note that this demo is doing no buffering on the data, so some lines may get broken into two or more events.

View source: sockets.html
View server source: server.pl