Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 336 Bytes

File metadata and controls

10 lines (8 loc) · 336 Bytes

node-express-mongo-session-websockets

Fully working skeleton for an application in node. Using express for REST api, socket.io as websockets, mongoDb as database and as session storage shared between rest and websockets.

Running

npm install
mongod
npm start

License

Licensed under MIT license, check 'LICENSE' file