зеркало из
1
0
Форкнуть 0
Node client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Перейти к файлу
Amar Zavery 0251e9326d Reorg for client and EPH 2018-05-02 14:26:02 -07:00
.vscode interim commit 2018-04-25 15:55:34 -07:00
client Reorg for client and EPH 2018-05-02 14:26:02 -07:00
processor Reorg for client and EPH 2018-05-02 14:26:02 -07:00
testhub updating receiveOnMessage to receive 2018-04-24 16:12:39 -07:00
.gitattributes Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
.gitignore final set of changes. 2018-04-23 13:12:25 -07:00
.travis.yml Reorg for client and EPH 2018-05-02 14:26:02 -07:00
License Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
README.md Reorg for client and EPH 2018-05-02 14:26:02 -07:00
contribute.md Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
sample.env Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
thirdpartynotice.txt Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00

README.md

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.