The ChatApp is a real-time chat application built using Node.js and Socket.IO. It enables users to communicate with each other instantly in a chat room-like environment. The app offers a seamless and interactive chatting experience.
The ChatApp offers the following features:
-
Real-time Chatting: Users can send and receive messages in real-time, allowing for instant communication.
-
Multiple Chat Rooms: The app supports multiple chat rooms, allowing users to join different rooms based on their preferences or topics of interest.
To run the ChatApp, follow these steps:
- Clone the project repository .
- Install the required dependencies by running:
npm install
. - Start the Node.js server by running:
npm start
. - The ChatApp should now be running.