mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 14:53:12 +00:00
7 lines
410 B
Markdown
7 lines
410 B
Markdown
# Loro Framework
|
|
|
|
The layers of loro:
|
|
|
|
- Loro Framework(this crate): It is agnostic to the op content. Thus intermediary nodes can work on this layer. It can handle apply updates, encode updates, hash and authentication.
|
|
- CRDT Framework(loro-core crate): It is agnostic to the specific CRDT algorithms. We can register different CRDT algorithm upon it.
|
|
- Specific CRDT Algorithm(loro-text, loro-array crate).
|