https://github.com/windrunnermax/collab
Collaborate Example
https://github.com/windrunnermax/collab
Last synced: about 1 year ago
JSON representation
Collaborate Example
- Host: GitHub
- URL: https://github.com/windrunnermax/collab
- Owner: WindrunnerMax
- Created: 2023-01-15T03:37:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T05:19:20.000Z (over 2 years ago)
- Last Synced: 2024-04-13T18:29:28.341Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collab
Algorithms for OT/CRDT collaboration implementation.
## Docs
* [初探富文本之OT协同算法](https://github.com/WindRunnerMax/EveryDay/blob/master/RichText/初探富文本之OT协同算法.md)
* [初探富文本之OT协同实例](https://github.com/WindRunnerMax/EveryDay/blob/master/RichText/初探富文本之OT协同实例.md)
* [初探富文本之CRDT协同算法](https://github.com/WindRunnerMax/EveryDay/blob/master/RichText/初探富文本之CRDT协同算法.md)
* [初探富文本之CRDT协同实例](https://github.com/WindRunnerMax/EveryDay/blob/master/RichText/初探富文本之CRDT协同实例.md)
* [初探富文本之划词评论能力](https://github.com/WindRunnerMax/EveryDay/blob/master/RichText/初探富文本之划词评论能力.md)
## Start
```bash
npm i -g pnpm@8.11.0
pnpm i --frozen-lockfile
npm run dev:ot-counter
npm run dev:ot-quill
npm run dev:crdt-counter
npm run dev:crdt-quill
```