Skip to content

redundant4u/lww-crdt-server

Repository files navigation

lww-crdt-server

  • Socket.IO event for lww-crdt
    • port 3000
  • Events
    • init
      • Load the previous CRDT states
    • alice
      • Receive the CRDT state from Alice
      • Emit the CRDT state to Bob
    • bob
      • Receive the CRDT state from Bob
      • Emit CRDT state to Alice
    • clear
      • Clear the CRDT state

Preview

Usage

Prerequisites

  • node (tested on 18)

Run

npm i
npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published