Add stack to readme
This commit is contained in:
parent
8663071299
commit
264ced12cb
2 changed files with 10 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ not yet:
|
||||||
## stack
|
## stack
|
||||||
|
|
||||||
- bun runtime
|
- bun runtime
|
||||||
- yjs for crdt
|
- [yjs](https://github.com/yjs/yjs) for crdt
|
||||||
- websocket transport
|
- websocket transport
|
||||||
- vim9script adapter (with bun bridge since vim cant do websocket)
|
- vim9script adapter (with bun bridge since vim cant do websocket)
|
||||||
|
|
||||||
|
|
|
||||||
11
README.md
11
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# collabd
|
# collabd
|
||||||
|
|
||||||
editor-agnostic collaborative editing daemon. two vims, one buffer.
|
editor-agnostic collaborative editing daemon
|
||||||
|
|
||||||
## quick start
|
## quick start
|
||||||
|
|
||||||
|
|
@ -15,8 +15,13 @@ in vim (requires 9.0+):
|
||||||
:CollabJoin roomname
|
:CollabJoin roomname
|
||||||
```
|
```
|
||||||
|
|
||||||
open another vim, join the same room, type in either. magic.
|
## stack
|
||||||
|
|
||||||
|
- bun runtime
|
||||||
|
- [yjs](https://github.com/yjs/yjs) for crdt
|
||||||
|
- websocket transport
|
||||||
|
- vim9script adapter (with bun bridge since vim can't do websocket)
|
||||||
|
|
||||||
## more info
|
## more info
|
||||||
|
|
||||||
see CLAUDE.md for architecture, protocol, and how to add new editor adapters.
|
see [CLAUDE.md](CLAUDE.md) for architecture, protocol, and how to add new editor adapters.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue