A web based Chat Application for users built using using NodeJS, ExpressJS, Socket-IO and jQuery.
Follow these steps to have a local running copy of the app.
git clone https://github.com/Mubangizi/Chat-App.git
If master is not up to date, git checkout develop. However, note that code on develop could be having some minor issues to sort.
run npm install
Then Run npm start or node server to start the Application