FBP defines applications as network of "black box" processes,
which exchange data across predefined connections by message passing,
where the connections are specified externally to the processes.
These black box processes can be reconnected endlessly
to form different applications without having to be changed internally.
FBP is thus naturally component-oriented.
Program as a network of asynchronous processes
communicating by means of streams of structured data chunks.
Where you think of your program as state graphs
instead of flow graphs
is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.
INSTALL
npm install -g node-red
node-red
RUN
SHOW TIME
NODES - FLOWS
~/.node-red
https://flows.nodered.org
GOTO
npm install node-red-node-random
By Vladimir Cores Minkin