tonsky / crdt-filesync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crdt-filesync

Demo project for https://tonsky.me/blog/crdt-filesync/

To install dependencies:

bun install

To run:

bun index.ts <client-id>

Commands:

insert <pos> <text>
delete <from> <to>

About


Languages

Language:TypeScript 97.4%Language:Shell 2.6%