Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 381 Bytes

Socket.io session

Example web application demonstrating a cookie- and session-based WebSocket authentication as well as access control implemented with Express.js and Socket.io

Dependencies

Node.js: http://nodejs.org/

Deployment

Before first time deployment please execute:

npm install

Start the application by:

npm start

or

node app.js