Example web application demonstrating a cookie- and session-based WebSocket authentication as well as access control implemented with Express.js and Socket.io
Node.js: http://nodejs.org/
Before first time deployment please execute:
npm install
Start the application by:
npm start
or
node app.js