Little testing application to explore socket.io functionality.
$ git clone git://github.com/schaermu/node-chat.git
$ cd node-chat
$ git submodule update --init
$ node server.js
- node.js (>= 0.4.2)
- mongoose (current stable,
npm install mongoose
) - express (current stable,
npm install express
) - connect-mongo (current stable
npm install connect-mongo
) - jade (current stable,
npm install jade
) - stylus (current stable,
npm install stylus
)