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.
npm install
mongod
npm start
Licensed under MIT license, check 'LICENSE' file