This is a template for NodeJS+ExpressJS+SocketIO+MongoDB.
Steps to configure:
- Setup NodeJS: http://www.nodejs.org/
- Setup mongodb: http://www.mongodb.org/downloads
- Go to \lib\conf.json, configure the db options.
- Go to \package.json, set the name, version, etc.
- All routes should be added to subfolders of \routes.
- Put your frontend files under folder \frontend.