NodeJS chat system
-
install node v0.6.7
-
run “npm install” inside project to get dependencies
Start server on port 3000:
node server.js
Open in you browser localhost:3000/
Run all tests:
$ make test
Also Guard script available to run only modified. Install gaurd with a bundler:
$ bundle install
Start guard:
$ guard