https://github.com/hk151109/docs-collab
https://github.com/hk151109/docs-collab
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hk151109/docs-collab
- Owner: hk151109
- Created: 2025-03-07T10:22:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T11:02:36.000Z (2 months ago)
- Last Synced: 2025-03-07T11:29:27.264Z (2 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Docs Clone

Google-docs-clone is a real-time collaboration application that enables multiple users to collaboratively edit documents simultaneously.
## Features
- **Real-Time Collaboration:** Users can collaborate on documents in real-time, seeing changes instantly.
- **Quill Editor Integration:** Utilizes the Quill rich text editor for a smooth editing experience.
- **Express Backend:** Express.js framework used for server-side operations.
- **Socket.IO:** Enables real-time bidirectional event-based communication between clients and the server.
- **MongoDB with Mongoose:** Utilizes MongoDB as the database with Mongoose as an ODM.## Technologies Used
- Frontend:
- React
- React Router
- Quill Editor- Backend:
- Express.js
- Socket.IO
- Mongoose