12 lines
253 B
Markdown
12 lines
253 B
Markdown
# CRDTs in Holepunch
|
|
|
|
## Concepts
|
|
|
|
Autobase proofs → commutative ops (last-writer-wins or merge).
|
|
|
|
**Ex**: Yjs over hypercore, or Autobase tx merge.
|
|
|
|
**Benefits**: Offline/conflict-free collab.
|
|
|
|
**Hyperdrive**: Versioned but not true CRDT (truncate).
|