A simple real-time chat application built using Node.js and Socket.io. This application provides the facility of real-time communication, allowing multiple users to communicate in chat rooms simultaneously.
- Real-time messaging: Messages are delivered instantly using Socket.io.
- Multiple chat rooms: Users can join different rooms and chat with participants within that room.
- User notifications: When a user joins or leaves a room, all participants are notified.
- Isolated chat rooms: Messages from one room are not visible to participants in other rooms.
- Node.js
- Socket.io