зеркало из
1
0
Форкнуть 0
Node client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Перейти к файлу
Amar Zavery f3c4191c50 minor test tweaks 2018-05-02 15:21:30 -07:00
.vscode interim commit 2018-04-25 15:55:34 -07:00
client minor test tweaks 2018-05-02 15:21:30 -07:00
processor example restructure 2018-05-02 14:36:13 -07:00
testhub testhub related changes. 2018-05-02 14:57:09 -07:00
.gitattributes Adding generated js files, tsconfig, package.json and other miscellaneous files. 2018-04-06 19:24:33 -07:00
.gitignore example restructure 2018-05-02 14:36:13 -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.