https://github.com/codeharik/eggwalker
CRDT
https://github.com/codeharik/eggwalker
Last synced: about 1 year ago
JSON representation
CRDT
- Host: GitHub
- URL: https://github.com/codeharik/eggwalker
- Owner: CodeHariK
- Created: 2025-04-29T17:14:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T17:16:43.000Z (about 1 year ago)
- Last Synced: 2025-05-08T18:28:39.064Z (about 1 year ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## CRDT
* https://github.com/mweidner037/fugue/blob/main/fugue-max-simple/src/index.ts
* [Collaborative Text Editing with Eg-walker: Better, Faster, Smaller](https://arxiv.org/pdf/2409.14252)
* [Collaborative Text Editing Paper](https://arxiv.org/pdf/2305.00583)
* https://github.com/josephg/crdt-from-scratch
* https://github.com/josephg/egwalker-from-scratch
* [Collaborative Text Editing with Eg-Walker](https://www.youtube.com/watch?v=rjbEG7COj7o)
* [Text CRDTs from scratch, in code!](https://www.youtube.com/watch?v=_lQ2Q4Kzi1I)
* [Lets write Eg-walker from scratch! Part 1](https://www.youtube.com/watch?v=ggXka5TTsOs)
* [Lets write Eg-walker from scratch! Part 2](https://www.youtube.com/watch?v=QLOWuvxwr2M)
* [How to Write a Figma Clone with CRDTs](https://www.youtube.com/watch?v=MvwBw5p5vUU)
* [Conflict-Free Replicated Data Types (CRDT) for Distributed JavaScript Apps](https://www.youtube.com/watch?v=M8-WFTjZoA0)
* [CRDTs: The Hard Parts](https://www.youtube.com/watch?v=x7drE24geUw)
* [CRDTs and the Quest for Distributed Consistency](https://www.youtube.com/watch?v=B5NULPSiOGw)
* [A CRDT Primer: Defanging Order Theory](https://www.youtube.com/watch?v=OOlnp2bZVRs)
* [How Yjs works from the inside out](https://www.youtube.com/watch?v=0l5XgnQ6rB4)
* https://learn.yjs.dev/
* https://loro.dev/docs/advanced/event_graph_walker
* https://github.com/yjs/yjs-demos
* [CRDTs for Non Academics](https://www.youtube.com/watch?v=vBU70EjwGfw)
* [An introduction to Conflict-Free Replicated Data Types (CRDTs)](https://www.youtube.com/watch?v=gZP2VUmH05A)
* [CRDT Survey](https://mattweidner.com/2023/09/26/crdt-survey-1.html)
* [An introduction to state-based CRDTs](https://www.bartoszsypytkowski.com/the-state-of-a-state-based-crdts/)