NodeJS chat system
-
install node v0.4.x (heroku compatible)
-
install npm
-
run “npm install” inside project to get dependencies
-
heroku config:add HEROKU=yes
-
install MongoHQ or MongLab addon
Start server on port 3000:
node app/server/server.js
Open in you browser localhost:3000/
Run all tests:
$ make test
Also Guard script available to run only modified. Install gaurd and run:
$ guard