My first WebSocket application! Uses socket.io. This is the bare app. Nothing sophisticated. No authentication.
A simple chat client… using node and WebSockets!
####Technically…
it uses Socket.IO http://github.com/LearnBoost/Socket.IO and http://github.com/LearnBoost/Socket.IO-node,
which also provides Flash sockets, XHR polling and stuff…
But I allow it only websockets to connect…
####Using this
Just download (clone) the repository and $ node app.js!