Node.js

Use the Kafkorama Node.js SDK to connect, subscribe, and publish to real-time Streaming API endpoints from backend services.

The Kafkorama Node.js SDK provides the tools needed to build server-side applications that interact with real-time Streaming APIs.

In Kafkorama, subjects serve directly as Streaming API endpoints. This SDK allows backend services to communicate with those endpoints efficiently and securely.

With this SDK, you can:

  • Connect to a cluster of one or more Kafkorama Gateway nodes
  • Subscribe to one or more Streaming API endpoints (subjects) and receive real-time updates
  • Publish real-time messages to subjects
  • Handle connection lifecycle events and failures
  • Integrate with other backend systems or microservices

This SDK is ideal for real-time server-side applications such as data pipelines, microservices, IoT backends, or API bridges.

To get started, follow the Run with Docker guide to launch a local Kafkorama instance. Below, you’ll find installation instructions, usage examples, and SDK references:

© 2025 MigratoryData. All rights reserved.