This is a real-time group chat application where users can join specific rooms by entering their name and room name. The frontend is built with React, while the backend uses Node.js, Express, and WebSocket to handle real-time communication.
- Join a chat room using your name and room name
- Real-time messaging via WebSocket
- Dynamic room-based group chat
- Responsive UI with React
- Lightweight backend using Express and Node.js
- Frontend: React
- Backend: Node.js, Express
- Communication: WebSocket (
wslibrary)