/nodered-atmduino-cloud

nodered-atmduino-cloud-heroku

Primary LanguageJavaScript

nodered-atmduino-cloud

This code will run HTTP server with MQTT-over-websocket capabilities. So, you need to replace mqtt:// protocol with ws:// one

Mqtt heroku Deploy

$ git add .
$ git commit -m "Intial Commit"
$ heroku login or heroku login -i
Enter your Heroku credentials.
...
$ heroku create
Creating mqtt-cloud-atmduino.herokuapp.com... done, stack is cedar
http://mqtt-cloud-atmduino.herokuapp.com// | git@heroku.com:mqtt-cloud-atmduino.herokuapp.com.git
Git remote heroku added
$ git push heroku main
...
-----> Node.js app detected
...
-----> Launching... done
       http://mqtt-cloud-atmduino.herokuapp.com deployed to Heroku

Deploy