This repository defines a protobuf schema for communication with plainq server.
Any gRPC compatible language can use this schema to implement a custom client for communication with plainq server.
All RPC methods and their request and response structures are documented. You can find a documentation here:
https://buf.build/plainq/schema/docs/main:v1
Buf Schema Registry automatically generate SDKs for some popular programming languages. You can find them here:
https://buf.build/plainq/schema/sdks/main
Feel free to submit your PRs, but please provide detailed description about how
and why
.