A real-time, room-based chat application built using WebSockets. Users can create or join chat rooms and communicate in real time with others in the same room.
- Real-time messaging using WebSockets
- Room-based chat functionality
- User-friendly interface
- Responsive design for better user experience
- Lightweight and efficient backend
- Backend: Node.js, Express.js, WebSockets
- Frontend: HTML, CSS, JavaScript , React.JS
- Version Control: Git & GitHub
git clone https://github.com/lkshayb/chatapp.git
cd chatapp
npm run start // if running backend locally
npm run dev:fe // if running backend locally
- Open the application in a web browser.
- Enter a username and enter room no.
- Start sending and receiving messages in real time.