SENG 513 Assignment 3 (Chat)
This source code has added on features from a very simple chat example used for the Getting Started guide of the Socket.IO website.
This chat application requires Node.js v6.10.0 (Windows)
#How to run: $git clone https://github.com/clam12/S513_A3.git $npm install $npm install express $npm install socket.io $node index.js