ChatApp - Socket.IO
Developed a real-time chat application using socket.io that supports up to 2 concurrent users. Users can join specific chat rooms and communicate by entering their name and room number.
- Real-time messaging with Socket.IO
- Join specific chat rooms
- User identification by name and room number
- Socket.IO
- React.js
- JavaScript
- Express
- CORS
- Clone the repository:
git clone <repo-url> - Navigate to the project directory:
cd ChatApp-socket.io - Install dependencies:
npm install - Start the server:
npm start
- Open
http://localhost:3000in your browser. - Enter your name and room number to join a chat room.
- Start messaging in real-time.


