This project is a simple real-time chat application built using Socket.IO and Node.js. It allows multiple users to join a chat room and send messages that are broadcast to all connected clients in real time.
- Real-time messaging between multiple users.
- Socket.IO for WebSocket communication.
- Rooms functionality to allow users to join specific chat rooms.
- Displays connected users in the room.
- Node.js
- Express.js
- Socket.IO
- Clone the repository:
git clone https://github.com/your-username/chat-app.git cd chat-app