No description
Find a file
Jared Miller 7e92cf251a
Add integration test for concurrent websocket edits
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
2026-01-27 16:26:21 -05:00
adapters/vim Fix linting errors and formatting 2026-01-27 16:20:42 -05:00
docs Add docs 2026-01-27 16:02:36 -05:00
src Add integration test for concurrent websocket edits 2026-01-27 16:26:21 -05:00
.gitignore Add initial generation 2026-01-27 16:02:36 -05:00
biome.json Add initial generation 2026-01-27 16:02:36 -05:00
bun.lock Add initial generation 2026-01-27 16:02:36 -05:00
CLAUDE.md Document Vim 9.0+ requirement for adapter 2026-01-27 16:18:48 -05:00
compose.yml Add initial generation 2026-01-27 16:02:36 -05:00
Dockerfile Add initial generation 2026-01-27 16:02:36 -05:00
Justfile Add initial generation 2026-01-27 16:02:36 -05:00
NOTES.txt Add initial generation 2026-01-27 16:02:36 -05:00
package.json Add initial generation 2026-01-27 16:02:36 -05:00
README.md Add initial generation 2026-01-27 16:02:36 -05:00
tsconfig.json Add initial generation 2026-01-27 16:02:36 -05:00

collabd

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.