A Real-Time chat application with multiple custom rooms
- Sockets.io - Used to implement the real-time functionalities by sending triggering and monitoring events on a topic-subscription based model.
- NodeJs - Used as asynchronous event-driven JavaScript runtime.
Auto Scroll down on spamming of messages
After cloning it in your local system, install all the required node modules by running
npm install
To run the application
npm start
Open http://localhost:3000 to view running app it in the browser