5 ms·
Just as an FYI for the kids, I've ported node-red to mobile devices: https://github.com/alexisread/noreml https://github.com/alexisread/noreml I need to finish
by alexis_read 8y ago
Just as an FYI for the kids, I've ported node-red to mobile devices:
https://github.com/alexisread/noreml https://github.com/alexisread/noreml
I need to finish creating a table plugin, but it's now possible to create apps, including UI, for mobile visually in node red, and actually on the device.
The UI part uses node-red-dashboard etc. And being able to do this might be useful for home automation.
Effectively what this is, is a nodeJs instance running node-red, with a Cordova webview set to point to the node-red dashboard URL.
As such, you can do heterogeneous clustered processing across mobile devices using dnr nodes:
https://flows.nodered.org/node/node-red-contrib-dnr https://flows.nodered.org/node/node-red-contrib-dnr
You can reach the node-red UI from the usual URL in your browser