Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 386 Bytes

node-chat - exploring socket.io

Dependencies

  • node.js (tested using development branch, should run on stable release too)
  • mongoose (current stable, npm install mongoose)
  • express (current stable, npm install express)
  • connect-mongodb (current stable npm install connect-mongodb)
  • jade (current stable, npm install jade)
  • stylus (current stable, npm install stylus)