A real-time chat application built using React, Nestjs, MongoDB, and Socket.io which allows for communciation between multiple users inside of a chatroom
Chat-Application is a real-time chat application built using React, Nest.js, and Socket.io which allows for communciation between multiple users inside of a chatroom.
Clone project into desired directory and ensure Node.js is installed.
cd server
npm install
cd client
npm install
Once the dependencies have been installed, initialize the server, followed by the client:
cd server
npm run start:dev
cd client
npm start
- Node: v12.16.1
- Nest: 8.1.1
- mongodb: 4.1.3
- nestjs/platform-express: 8.1.1
- nestjs/platform-socket.io: 8.1.1
- @nestjs/mongoose: 9.0.1
root/
└── 📔 client
└── 📒 server
└── README.md
- Support multiple user connections
- Support UI Mobile
- Create various chatrooms with different users
- Chat in real-time