Skip to content

Commit

Permalink
Merge pull request #100 from zxch3n/docs-loro
Browse files Browse the repository at this point in the history
Add Loro to implementation
  • Loading branch information
ept authored Apr 4, 2024
2 parents 9710c0f + 52be3c2 commit e11c148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ collaborative applications and replicated storage systems:

* [sql_crdt](https://github.com/cachapa/sql_crdt) Dart implementation of Conflict-free Replicated Data Types (CRDTs) using SQL databases (currently Sqlite and Postgres).

* [Loro](https://loro.dev) is a CRDTs library based on [Replayable Event Graph](https://loro.dev/docs/advanced/replayable_event_graph), supporting rich text, list, map, and movable tree. It's implemented in Rust with bindings to JavaScript.

## Byzantine fault tolerant CRDT libraries

* [Hyper Hyper Space](https://www.hyperhyperspace.org/) ([GitHub](https://github.com/hyperhyperspace/hyperhyperspace-core/), [Demo](https://hyperhyper.space)) A secure append-only distributed data layer, using Merkle-ized operational CRDTs for mutability.
Expand Down

0 comments on commit e11c148

Please sign in to comment.