Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 995 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 995 Bytes

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