A real-time collaborative document editing platform inspired by Google Docs. This project is built using the MERN (MongoDB, Express.js, React.js, Node.js) stack and utilizes Socket.IO for real-time communication.
- Real-time Collaboration: Multiple users can collaborate on a document in real-time.
- User Authentication: User details are managed using Node.js and Express.js with MongoDB as the database.
- Rich Text Editing: Provides a rich text editor for document editing.
- Version History: Keeps track of document version history.
-
Frontend:
- React.js
- Socket.IO-client for real-time communication
-
Backend:
- Node.js
- Express.js
- Socket.IO for real-time communication
- MongoDB for user details storage