Updated Architecture: Cluster Multi Process (markdown)

TJKoury 2016-10-20 18:10:49 -04:00
parent fd669411ae
commit b0d8aef537
1 changed files with 1 additions and 0 deletions

@ -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.