cellplatform / platform-0.2.0

/sys (shared system modules)
Other
4 stars 2 forks source link

CRDT: persist (local), sync(network), multi-user text edit (stubbed) #121

Closed philcockfield closed 1 year ago

philcockfield commented 1 year ago

Includes:

multi-user text editor strongly stubbed in and ready for hardening. Most of the stabilisation in this PR has gone into the CRDT and WebRTC joint co-ordination controller.

image
philcockfield commented 1 year ago

sys.net.webrtc.tests

(integration tests, leans on bus.events to coordinate peer connections)

image image
philcockfield commented 1 year ago

sys.data.crdt

image image image