texhub-broadcast
v1.0.134
Published
## Introduce
Downloads
582
Readme
TeXHub Broadcast
Introduce
This project was mostly come from y-websocket, it used as texhub collaborate backend. I changed the code to typescript by default.
- the persistance store using PostgreSQL to make it can scale herizonal
- default using typescript
- support Yjs subdocument
- all import/export using esm, do not use cjs
- using socket.io as the websocket communication component
- support yjs version history
start develop app
pnpm run dev