Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Node-chatroom

A simple node.js chat room using socket.io

Installation / Startup

$ git clone git://github.com/jmuenzner/node-chatroom.git

$ cd node-chatroom

$ node server.js <PORT> the default port is 8080 and is used by the index.html to connect to the server.

Dependencies

  • node.js (>= 0.4.4)
  • socket.io (npm install socket.io)
  • socket.io-client (npm install socket.io-client)
  • connect (npm install connect)

About

A simple chat room using node.js and socket.io

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors