A fully functional multi-client chat application built with Node.js, Express, and Socket.IO. This application allows multiple users to join and chat in real-time.
- Real-time Messaging: Communicate instantly with multiple clients.
- User Authentication: Secure login for users.
- Multi-Room Support: Create and join different chat rooms.
- Responsive Design: Works seamlessly on various devices.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- WebSocket: Socket.IO
- Clone the repository:
git clone https://github.com/VoldsenJoy-git/Multi-Client-Chat-App-final.git cd Multi-Client-Chat-App-final
- Run:
npm run both or, Backend nodemon index.js frontend npm start