This is a MERN stack application with Socket.io for real-time document updates and saving on MongoDB. The application allows users to collaborate on documents in real-time.
- Real-time document updates using Socket.io
- MongoDB for document storage
- MERN stack (MongoDB, Express.js, React.js, Node.js)
cd frontend
npm install
npm start
cd backend
npm install
npm run serve