A real-time chat application with features like SignIn/Up, direct chatting, creating/joining/inviting to rooms and adding participants.
- Directly chat with anyone.
- Create/join/invite participants to chat rooms.
- Add participants fron list.
- Real-time messaging using Socket.IO.
- Clone the repository.
- Run
npm install
to install dependencies. - Start the server with
npm run dev
.