This is a NodeJS app that listens to the Azure IotHub Eventhub and displays the messages received by the eventhub in the app.
Make sure you have Node.js installed.
$ git clone https://github.com/cushenst/Azure-Cloud-Debugger.git # or clone your own fork
$ cd Azure-Cloud-Debugger
$ npm install
$ npm start
The app should now be running on localhost:3000
$ docker pull cushenst/azure-debugger
$ docker run -d -p 3000:3000 cushenst/azure-iothub
The app should now be running on port localhost:3000.
more information can be found here