From 685975be091adbd0e99223ff2d0fc85e1d28b116 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 3 May 2014 16:18:10 -0700 Subject: [PATCH] Updated Live runtime information (markdown) --- Live-runtime-information.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Live-runtime-information.md b/Live-runtime-information.md index f045a04..c75ec36 100644 --- a/Live-runtime-information.md +++ b/Live-runtime-information.md @@ -25,6 +25,14 @@ The state updates the indicator and the message is provided as a hover/tool-tip ### Performance/through-put indicators +## Communication + +This will require a websocket connection to efficiently share the state updates from the runtime to the browser. Debug node already has its own, but this should be generalised. + + 1. have a comms module in the runtime and browser + 2. provide pub/sub like semantics - debug subscribes to 'debug' topic etc + 3. not a replacement for the REST api - this is for the runtime information only + ### References - [Changing the colour of a node dynamically](https://groups.google.com/forum/#!topic/node-red/5IuGTNbAjQk)