Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 355 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 355 Bytes

Azure Event Hubs for node.js

We have two client libraries for Azure Event Hubs

  • @azure/event-hubs - The Event Hubs client for sending and receiving messages. You can find more info over here.
  • @azure/event-processor-host - The Event Processor Host for efficient receiving of messages. You can find more info over here.