- Endpoint —
localhost:6061 - Schema — published on Buf: buf.build/tsiry/rockboxapis ↗
- Buf Studio playground — open ↗
Services
The proto definitions live underproto/ (in
buf.build/tsiry/rockboxapis) and
generate Rust bindings at crates/rpc/:
Generating clients
Use Buf to generate clients in any supported language:Quick test with grpcurl
gRPC-Web from the browser
The same port speaks gRPC-Web — useful for browser apps that want a strongly-typed binding without a translating reverse proxy. Use@bufbuild/connect-web
or the language equivalent.