1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Created Live runtime information (markdown)

Nick O'Leary 2014-05-03 15:47:05 -07:00
parent 2405629caa
commit 9df497f030

@ -0,0 +1,16 @@
Whilst we are not a dashboard, there is some runtime information that we do want to expose in the UI. Currently, this includes:
- 'state' of a node
- performance/through-put indicators
- ...
### State of a Node
### References
- [Changing the colour of a node dynamically](https://groups.google.com/forum/#!topic/node-red/5IuGTNbAjQk)
- [Headless Mode](https://groups.google.com/forum/#!msg/node-red/Wdc2TcfmaKs/gvcn75gpK0sJ)