Initially dev by Naholyr
Examples seen on this blog article - http://naholyr.fr/2011/07/authentification-et-websocket-avec-node-js-express-et-socket-io
This application is a simple demo chat with socket.io and illustrating websocket's handshaking to communicate with user's session and secure the connection.
UPDATED SOURCE FOR NODEJS 0.8.x, SOCKET.IO 0.9.x, EXPRESS 3.x.
Copy the source, then in the dir just launch:
npm install (will install the node-modules locally)
node app.js
Enjoy! (_)3