What is chat-app:
chat-app is a realtime chat application built on javascript as client side scripting language.
node.js as a command-line tool that can be run as a regular web server and lets one run JavaScript programs.
PURPOSE: chat-app is a service application and a foundation for a social network platform just like
facebook and whatsapp , for the students of NITH.
INSTALLATIONS:
Install node, npm,socket.io.
HOW TO RUN:
Fork the current repository and type
git clone https://github.com/codeshef/chat.git
Enter the folder : chat
Run the command : node app.js
Open the browser and type : localhost:8000 in the URL bar.