1 Repo
Interfaces that highlight differences between document snapshots, specifically marking insertions, deletions, and authorship.
Distinct from Value Difference Visualizers: Distinct from test value diffs or general documentation tools; specifically handles collaborative CRDT state deltas.
Explore 1 awesome GitHub repository matching user interface & experience · Collaborative Diff Visualizers. Refine with filters or upvote what's useful.
Yjs is a CRDT framework and real-time state synchronization engine providing shared data types for collaborative software. It functions as a shared data type library of collaborative maps, arrays, and text structures that converge automatically across distributed clients, serving as a local-first data store and a collaborative editor backend. The system distinguishes itself through a synchronization engine that encodes document changes into commutative binary updates. It employs state-vector based differencing to transmit only missing incremental updates between peers and uses relative-positi
Compares document snapshots to generate delta representations that highlight content changes and authorship.