Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 539 Bytes

node-chat - exploring socket.io

Little testing application to explore socket.io functionality.

Installation / Startup

$ git clone git://github.com/schaermu/node-chat.git

$ cd node-chat

$ git submodule update --init

$ node server.js

Dependencies

  • 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)