Skip to content

Small chat application to explore Socket.IO

Notifications You must be signed in to change notification settings

krishnaarava/node-chat

 
 

Repository files navigation

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)

About

Small chat application to explore Socket.IO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%