Simple Chatroom

A very simple chatroom using Node.js and Web Sockets. Messages are broadcast to all connected clients in real time, but none of them are stored. You can only differentiate between messages sent by you and messages sent by other users.