firmread / node_socket_chatroom

Simple chatroom with Node.JS & Socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatroom by Michael Palanuwech
-- how to --

Make sure everything is running on the server with Node.js installed.

1. install node modules
$ sudo npm install
2. tweak the server info (URL, port) 
3. run the server
$ node server.js
4. enjoy

About

Simple chatroom with Node.JS & Socket.io