Maintained with ☕️ by
IcePanel logo

Public preview: Event Hubs for Node.js

Share

Services

You can now efficiently send events and receive event streams from [Azure Event Hubs](https://azure.microsoft.com/services/event-hubs/) in your Node.js applications by using the updated [Event Hubs package for Node.js](https://www.npmjs.com/package/azure-event-hubs). To get started, run `npm install azure-event-hubs` and follow the [README](https://github.com/Azure/azure-event-hubs-node) to learn how to address common scenarios. Azure Event Hubs offers managed "hubs" for sending and receiving high-volume event streams, such as operational logs and sensor data. The updated Node.js package offers easy-to-use `send` and `receive` functions that connect with hubs by using the AMQP 1.0 protocol, as implemented by [rhea](https://github.com/amqp/rhea). Look for more Azure libraries for Node.js in the [Azure SDK](https://github.com/Azure/azure-sdk-for-node). * Event Hubs * SDK and Tools * Services * [ Event Hubs](https://azure.microsoft.com/en-gb/products/event-hubs/)