Skip to content

jacksonwilliams/node-chatroom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.0%
  • JavaScript 41.0%