Updated Architecture: Cluster Multi Process (markdown)

TJKoury 2016-10-20 18:11:54 -04:00
parent b0d8aef537
commit 28d64b7021
1 changed files with 4 additions and 1 deletions

@ -1,4 +1,7 @@
#THIS SECTION IS REFERRING TO AN [EXPERIMENTAL FORK](https://github.com/TJKoury/node-red/tree/cluster)
###*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.