Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
/** The simplest use of uibuilder client library
* See the docs if the client doesn't start on its own.
*/// Listen for incoming messages from Node-RED and action// uibuilder.onChange('msg', (msg) => {// // do stuff with the incoming msg// })