Home > DuelingPianos

DuelingPianos

DuelingPianos is a project mainly written in JAVASCRIPT and SHELL, it's free.

multiplayer piano game from node Knockout 2011

node-boilerplate

Structure for your node.js project.

Installation (contributor)

mkdir mynewproject
cd mynewproject
git clone -b edge [email protected]:Skookum/node-boilerplate.git .
git checkout -b mynewproject
sudo npm bundle
sudo node server.js

Installation (user)

mkdir mynewproject
cd mynewproject
git clone -b edge https://github.com/skookum/node-boilerplate.git .
git checkout -b mynewproject
sudo npm bundle
sudo node server.js

Adding libraries

Add to 'dependencies' in /package.json, then:

sudo npm bundle

Included modules:

  • Express
  • Jade
  • Stylus
  • Connect-Timeout
  • Cluster
  • Express-Messages