Skip to content

Ali-Elganzory/Collaborative-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync - Collaborative Editor

Description

This project presents a reliable and robust real-time general document collaboration between remote clients on the internet. The system supports various usability considerations (i.e., view of active peers, cursor preservation, and consistency across all clients.

Demo

Demo.mp4

Requirements

  • Node runtime.
  • Yarn package manager.

Running the app

Method 1

Method 2

  1. Download source code from Git repository.
  2. Run yarn install in project folder.
  3. Run yarn build to generate production files.
  4. Run yarn start to start the app on your local machine.
  5. Access the app on http://localhost:8000.

Full Report

Report PDF