tyo-mq-protocol
v0.1.0
Published
Shared wire-protocol constants, event-name formatting, and admin-proof signing for tyo-mq (client + server).
Readme
tyo-mq-protocol
Shared wire-protocol constants, event-name formatting, and admin-proof signing used by both tyo-mq-client and tyo-mq (the broker).
You normally don't depend on this package directly — it's a transitive
dependency of tyo-mq-client. Reach for it yourself only if you're
implementing protocol-level tooling (e.g. a new client, or something that
needs to sign/verify admin proofs the same way the broker does).
Installation
npm install tyo-mq-protocolWhat's in it
constants— shared protocol constants (event names, roles, defaults)events— event-name formatting/parsing helpers used to address producers, consumers, and topics on the wireadmin-signature— HMAC-based signing/verification for signed management commands (used by the manager tooling andAuthorization)
License
Apache-2.0
