Skip to content

nachiketkanore/realtime-document-collaboration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Document Collaboration

Realtime document sharing and editing web application for personal usage

Demo

Screencast from 18-07-21 04_31_33 PM IST

Features

  • Generates link to start document
  • Multiple users having link can edit the file
  • Document is saved every 2s, ensuring persistent data across the link

Installation

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:https://localhost:3000/

Packages

  • Node.js
  • React
  • Socket.io
  • Quill

About

Realtime document editing and saving (Google Docs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages