systems · sub-star
nexus_editor
real-time collaborative editor built on CRDTs.
readme
A collaborative text editor where several people edit the same document at once with no central lock. Conflicts resolve automatically through CRDTs, so two edits to the same region converge to the same result on every client instead of one overwriting the other.
signal log
- CRDT-based merge — concurrent edits converge without a central lock or operational transform server.
- changes sync over websockets so remote edits land live.
- [ add latency / how many concurrent editors you tested ]
built with
TypeScript
view repository →