Client SDKsNode.js
Node.js SDK
Install the KubeMQ Node.js SDK and send your first message with step-by-step instructions.
The KubeMQ Node.js SDK is a TypeScript-first client with auto-retry, structured error handling, and OpenTelemetry integration. It requires Node.js 20+ and communicates with KubeMQ over gRPC.
Installation
npm install kubemq-jsPrerequisites: Node.js 20+ (22, 24 also supported).
Next: send your first message
With the SDK installed, continue to the first-message tutorial to connect a client and publish and receive your first message.
Was this page helpful?