Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Packages

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

About

Realtime document editing and saving (Google Docs)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages