Updated Live runtime information (markdown)

Nick O'Leary 2014-05-03 16:18:10 -07:00
parent 3c77baa4d6
commit 685975be09
1 changed files with 8 additions and 0 deletions

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