Updated Design: Runtime extension points (markdown)

Mike Blackstock 2015-05-12 18:20:39 -07:00
parent ea7b71db1b
commit 02e7ef2fde
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ The requirements are:
### Running different flows for different users
This is the case where different users have access to different node red instances/run times on a single multi-core server or cluster. To do this may require a suitable UI to manage users and instances, a way to broker communications to instances for administration (flow deployment, debugging) and access to flow inputs (e.g. HTTP, web sockets, others) based on user identity and credentials.
Unlike support for multiple users accessing a single instance, this is the case where different users have access to different node red instances/run times on a single multi-core server or cluster. To do this may require a suitable UI to manage users and instances, a way to broker communications to instances for administration (flow deployment, debugging) and access to flow inputs (e.g. HTTP, web sockets, others) based on user identity and credentials.
## Extension Points