/SimpleChatRoom

A simple chat room web app implemented in NodeJS. Simply run server end script and let users connect via provided HTML file. Still working on better interface and functionality though...

Primary LanguageJavaScript

SimpleChatRoom

A simple chat room web app implemented in NodeJS. Simply run server end script and let users connect via provided HTML file.

The Server End

You will be needing NodeJS, NPM, module express, module socket.io installed.
The .msi file for installing NodeJS on Windows contains NPM itself.

  $ npm install express
  $ npm install socket.io

And then call node to run the server script.

  $ node main.js

3 Files should be at the same location. Server will pass the needed files to the clients when connected.

The Client End

Connect to http://SERVERIP:PORT and join the chat!

To-do

More details will be added (yeah, as well as files and screen shots) as I continue working on this.