Skip to content

cushenst/Azure-Cloud-Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Cloud Debugger

This is a NodeJS app that listens to the Azure IotHub Eventhub and displays the messages received by the eventhub in the app.

Running Locally

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

running with Docker


$ 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

About

A NodeJS app to view the Azure IoT Hub Cloud messages

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors