Hi all,
I have released Node-RED Desktop v0.9.1 .
Version 0.9.x bundles Node generator and npm commands(npm link
and npm install
).
These will help you ease to create a custom node on GUI.
How to create a custom node
- On deployed flow, select a function node, and [Tools]-[Generate a custom node].
- If nessesary, update created files,
- [Tools]-[Install a local node]
If you have interested in Node-RED Desktop, Please try it.
Regards,
sakazuki
What is Node-RED Desktop
Node-RED Desktop is a desktop application of Node-RED for windows/mac.
You can
- easily setup Node-RED on your desktop.
- with one click installer and auto updater
- quickly create and discard a flow many times.
- with standard file menu.
- easily publish the public HTTP endpoint and integrate with cloud services.
- with embeded ngrok.
- easily create a custom node
- with node-red-nodegen, and bundled npm commands
And also,
You can use almost all powerful and useful Node-RED features
- install nodes from the Official Library
- projects
- etc.