@yydb/yydb-client
v0.0.1
Published
TypeScript client for YY wire protocol v1 (VOS-native; YYDB/YYDS/compatible hosts)
Downloads
58
Maintainers
Readme
@yydb/yydb-client
TypeScript client for the YY wire protocol. Used by yydb-webui and
homepage.
Frame prefix:
- product magic:
YYDBorYYDS— backend self-claim; same wire effect; client accepts either and does not require consistency - version digits:
0000now; later0001, … (this is what matters)
| Entry | Transport |
| --- | --- |
| @yydb/yydb-client | WebSocket (/wire) — browsers / WebUI |
| @yydb/yydb-client/node | Node TCP (or ws:// WebSocket) |
Rust crates in this repo:
backends/yydb— YYDB embedded facadebackends/yydb-client— YYDB remote TCP client foryydb serve
Security
Reference serve has no ACL. Only connect to loopback endpoints you control.
