https://github.com/rtjoa/tree-crdt
Demo of a tree-based CRDT for collaborative text editing
https://github.com/rtjoa/tree-crdt
Last synced: about 1 year ago
JSON representation
Demo of a tree-based CRDT for collaborative text editing
- Host: GitHub
- URL: https://github.com/rtjoa/tree-crdt
- Owner: rtjoa
- Created: 2025-01-13T05:16:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T03:11:39.000Z (over 1 year ago)
- Last Synced: 2025-03-04T22:37:00.204Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://rtjoa.com/tree-crdt/
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo of a tree-based CRDT for collaborative text editing.
Runs as a simple static site. Low code quality.
Inspired by [Evan Wallace's tree-based CRDT](https://www.madebyevan.com/algos/crdt-tree-based-indexing/) and made in [NYSRG](https://notes.ekzhang.com/events/nysrg).