Slide 4
Slide 4 text
@knolleary
What is Node-RED?
The Node-RED editor runs in a browser and allows
you to create applications by drawing flows of
events.
Each node in a flow represents a well-defined piece
of functionality, such as updating a value, making a
database query or sending a tweet.
The developer configures each node as required,
focused on what it does, not how it does it.
When the flow is deployed to the Node-RED
runtime, each node becomes a running piece of
code and messages start passing through the flow.
“Flow-based programming for event-driven applications”