socket-chat

My first WebSocket application! Uses socket.io. This is the bare app. Nothing sophisticated. No authentication.

1
1
1
JavaScript
public
Forked

SOCKET CHAT

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!

v0.3.1[beta]