Add session based authentication to a socket.io based Node.js application. This is a Node.js chat application made using Koa web framework and socket.io for web-socket support. We use session based authentication to identify users in the chat. The working example of the application can be seen at http://socketio.sessions.botleg.com.
botleg/socketio-sessions
Add session based authentication to a socket.io based Node.js application
ShellGPL-2.0