A simple nodejs web application for real-time chatting.
Through Login or Sign-up user will register himself into the database. He will then be directed to chat_room page where he can be into real-time chatting with all the other online users.
Clone or Download the zip folder via https://github.com/invicta198/chat_room.git
Extract files to a specified folder
Move to the root directory through command line
Run the command : npm install
This command will install all the required dependencies listed in package.json
Run the command : node index.js
Go to your web brower and type http://localhost:3000/ , you will see the home-page.
IDE for editing file
Web application framework for handling requests
Database of users
For real-time messaging
Frontend
Avijit Pandey
GNU General Public License v3.0
Development is on