mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Live runtime information (markdown)
parent
3c77baa4d6
commit
685975be09
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user