Hi all,
I released Node-RED Desktop v1.0.0 .
New features
-
Debug out
This function enables you to debug flow without putting debug nodes.
So you can debug also existing flow without modifying and deploying flow.- This function hooks output of all nodes and send msg into debug window.
- To use this, switch on from the menu [Extend]-[Debug out]
-
Vertical flow (experimental)
You can ease to try vertical flow without building it yourself.
(This is a experimental version. This specification will change in future)
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.