Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 436 Bytes

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)