1 dépôt
Conflict-free replicated data types for managing ordered sequences of elements.
Distinct from Collaborative List Sharing: Distinct from Collaborative List Sharing: focuses on the CRDT data structure implementation rather than a task-management feature.
Explore 1 awesome GitHub repository matching data & databases · Collaborative Lists. Refine with filters or upvote what's useful.
Loro is a conflict-free replicated data type (CRDT) framework and collaborative state engine designed for building real-time collaborative applications. It provides a distributed data synchronizer that enables multiple users to edit shared documents and complex nested structures—such as maps, lists, trees, and counters—with automatic state convergence without requiring a central server. The project distinguishes itself through a versioned document store that supports branching, forking, and merging via a directed acyclic graph of causal operation history. It enables advanced version control c
Provides a conflict-free replicated list that supports concurrent insertions and deletions across distributed clients.