A real-time chat application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) with Socket.IO for live communication between users.
- Real-time chat with multiple users
- User authentication
- MongoDB for storing chat messages
- Responsive UI
- MongoDB: Database for storing chat messages
- Express.js: Server framework for Node.js
- React.js: Frontend library for building the UI
- Node.js: JavaScript runtime for server-side development
- Socket.IO: Enables real-time, bidirectional, and event-based communication
- Node.js and npm installed
- MongoDB Atlas account for database hosting
- Git (optional, for cloning the repository)
-
Clone the Repository:
git clone https://github.com/Kuldeep246/chat-app.git cd chat-app npm run build npm run start