A small proof-of-concept p2p collaborative text editor.
Uses libp2p
for peer-to-peer networking, automerge
as CRDT for syncing the editor buffer, druid
as UI toolkit.
flxzt/synceditor
A small proof-of-concept p2p collaborative text editor. using libp2p, automerge, druid
RustApache-2.0