Slide 3
Slide 3 text
@knolleary
Flow-based programming for event-driven applications
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.
https://bit.ly/nr-node-workshop