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

https://github.com/codeharik/eggwalker

CRDT
https://github.com/codeharik/eggwalker

Last synced: about 1 year ago
JSON representation

CRDT

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/)