#Node.js Multiplayer Typing Race
$ sudo npm install -g bower grunt-cli
- Download zip or clone repository
- Install needed dependencies using
npm install
andbower install
- Edit IP to the machine's IP you're hosting on at
assets/javascript/frontend.js
line 11. - Compile with
grunt less concat:js
- Run server
node server.js
- Project was done while learning node.js.
- Litte/no security is in place.