Tests verify that: - Two concurrent clients can both insert text and CRDT resolves correctly - Three clients with sequential edits all converge to the same state - No data is lost during concurrent operations - The delete-all-insert-all bug is fixed
To install dependencies:
bun install
To run:
bun run src/index.ts
This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.
bun init