1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Architecture: Cluster Multi Process (markdown)

TJKoury 2016-10-20 18:10:49 -04:00
parent fd669411ae
commit b0d8aef537

@ -1,3 +1,4 @@
#THIS SECTION IS REFERRING TO AN [EXPERIMENTAL FORK](https://github.com/TJKoury/node-red/tree/cluster)
##Multi-Process Model
The multi-process version of Node-RED starts the admin server, interface, and API on the Master process, then spawns Workers that run the flows independently of the Master process.