notes/Resources/dev/crdts.md

20 lines
229 B
Markdown
Raw Permalink Normal View History

2022-02-22 11:27:27 +01:00
# Conflict Resolution Free Datatypes
Helps with building offline and realtime apps.
## Some Frameworks
### yjs
A lot faster than automerge
### automerge
### gun.js
## Related Frameworks
### diff-match-patch from google