Real-Time-Chat is a MERN Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database. This application also supports multiple client connections to the server simultaneously, allowing users to send and receive messages in a shared chatroom environment.
Frontend: React.js and Chakra UI for dynamic and responsive user interfaces.
Backend: Node.js, Express.js to handle server-side logic and connectivity.
Database: MongoDB Atlas for efficient and flexible data storage.
Clone the project
git clone https://github.com/harshau9/Real-Time-Chat-App.gitGo to the project directory & Install dependencies
npm install cd frontend/
npm installStart the server
npm run startStart the Client
//open now terminal
cd frontend
npm start











