Node-RED: Low-code programming for event-driven applications
1–10 of 93 posts
Re: Node-RED: Low-code programming for event-driven applications
#2You can see an example graph to get a user from the DB by id here: https://github.com/julius/node-red-contrib-sqlstring#example
Re: Node-RED: Low-code programming for event-driven applications
#3-REST
-GET, POST, PUT
-JSON
-Javascript
-MQTT
And all that helped me a lot in my career, just because i wanted to automate a few things. And now Node-RED is just irreplaceable in my private life.
Re: Node-RED: Low-code programming for event-driven applications
#4Re: Node-RED: Low-code programming for event-driven applications
#5Plus, it is the perfect accompaniment to Home Assistant.
Re: Node-RED: Low-code programming for event-driven applications
#6It's sometimes overly complicated to follow the flows, or do something relatively simple, but otherwise it's a nice middle ground between built in YAML based automations, and something like AppDaemon which requires writing python scripts.
Re: Node-RED: Low-code programming for event-driven applications
#7Re: Node-RED: Low-code programming for event-driven applications
#8Even when you know how to script up automations, I still find Node Red invaluable for visualising and rapidly prototyping complex logic before you write a single line of code. Plus, it is the perfect accompaniment to Home Assistant.
Re: Node-RED: Low-code programming for event-driven applications
#9I use Node-RED in combination with home assistant, for automations. It's sometimes overly complicated to follow the flows, or do something relatively simple, but otherwise it's a nice middle ground between built in YAML based automations, and something like AppDaemon which requires writing python scripts.
Re: Node-RED: Low-code programming for event-driven applications
#10I use Node-RED in combination with home assistant, for automations. It's sometimes overly complicated to follow the flows, or do something relatively simple, but otherwise it's a nice middle ground between built in YAML based automations, and something like AppDaemon which requires writing python scripts.