An open API service indexing awesome lists of open source software.

https://github.com/windrunnermax/collab

Collaborate Example
https://github.com/windrunnermax/collab

Last synced: about 1 year ago
JSON representation

Collaborate Example

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
```