Realtime document sharing and editing web application for personal usage
- Generates link to start document
- Multiple users having link can edit the file
- Document is saved every 2s, ensuring persistent data across the link
git clone https://github.com/nachiketkanore/realtime-document-collaboration.git
cd realtime-document-collaboration
npm install
# Run server
cd server
npm run devStart
# Start react app
cd ../client
npm start
Now the application will be running on http://localhost:3000/
- Node.js
- React
- Socket.io
- Quill