Public preview: Event Hubs for Node.js
Published date: April 25, 2018
You can now efficiently send events and receive event streams from Azure Event Hubs in your Node.js applications by using the updated Event Hubs package for Node.js. To get started, run
npm install azure-event-hubs
and follow the README 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.Look for more Azure libraries for Node.js in the Azure SDK.