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.mp4
- Node runtime.
- Yarn package manager.
Method 1
- Deployed version at http://editor.alielganzory.me (temporarily down)
Method 2
- Download source code from Git repository.
- Run
yarn install
in project folder. - Run
yarn build
to generate production files. - Run
yarn start
to start the app on your local machine. - Access the app on http://localhost:8000.