Simple client for Azure EventHub in Node
npm install event-hub-clientevent-hub-client
========
Simple Azure EventHub Client. Uses REST API for Create/Send operations, trying to use AMQP once I can get it working.
amqp` and `amqplib` modules.
Installation
Currently not a registered npm module, so add it to your package.json as a GitHub-based dependency:
`
"dependencies": {
"event-hub-client": "noodlefrenzy/event-hub-client"
},
`
Then you can just run `npm install`` to install it.