/node_socket_chatroom

Simple chatroom with Node.JS & Socket.io

Primary LanguagePHP

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