https://github.com/tonsky/crdt-filesync
https://github.com/tonsky/crdt-filesync
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonsky/crdt-filesync
- Owner: tonsky
- Created: 2024-06-21T16:25:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T16:30:39.000Z (12 months ago)
- Last Synced: 2024-06-29T13:40:58.048Z (12 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 86
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crdt-filesync
Demo project for https://tonsky.me/blog/crdt-filesync/
To install dependencies:
```bash
bun install
```To run:
```bash
bun index.ts
```Commands:
```
insert
delete
```