neighbour 发表于 2023-3-21 17:16:19

新手入门nodered抛弃繁杂的安装用node-red-desktop吧

本帖最后由 neighbour 于 2023-3-21 17:17 编辑

新手入门总是纠结如何安装,直接用node-red-desktop吧
https://github.com/sakazuki/node-red-desktop
优点:
1.exe .dmg安装包,支持windows mac
2.多个进程同时开启;
3.项目文件分开保存;
4.自带ngrok;
5.常用参数图形化配置。
缺点:
停更了,版本卡死在V2.1.0

Tips:
执行后,按TAP 才会出现工具栏!



This is a desktop applicaiton of Node-REDhttps://raw.githubusercontent.com/sakazuki/node-red-desktop/doc/screenshot.pngAnnounce
[*]2021-10-26 2.1.0 release (Node-RED v2.1.2)
[*]2021-08-22 2.0.0 release (Node-RED v2.0.5)
[*]2021-04-29 1.3.0 release (Node-RED v1.3.3)
[*]2021-02-17 1.2.3 release (Node-RED v1.2.9)
[*]2021-02-02 1.2.2 release (Node-RED v1.2.7)
[*]2020-10-19 1.2.0 release (Node-RED v1.2.2)
[*]2020-09-25 1.1.0 release (Node-RED v1.1.3)
[*]2019-11-29 1.0.0 release (Node-RED v1.0.3 with v-flow)
DownloadDownload the binary file from download page
[*]Windows: Node-RED-Desktop_Setup_X.X.X.exe
[*]Mac: Node-RED-Desktop-X.X.X.dmg
BenefitsYou can
[*]easily setup Node-RED on your desktop.
[*]quickly create and discard a flow many times.
[*]easily integrate with cloud services with the public HTTP endpoint.
[*]twilio, alexa, google home etc…

And also,You can use almost all powerful and useful Node-RED features
[*]install nodes from the public Library or else.
[*]projects
[*]etc.
Node-RED-Desktop features
[*]Node-RED v2.X
[*]Node-RED Flow debugger
[*]Node-RED Flow Linter
[*]ngrok integrated
[*]Node generator integrated
[*]npm integrated
[*]multi language
[*]english
[*]japanese

[*]auto updater
How to install Node-RED-Desktop
[*]Download the installer from release page.
[*]Run the installer.
How to use Node-RED
[*]the same way as Node-RED usage
[*]If you are a newbee, see Node-RED document.
How to publish the HTTP endpoint
[*]create a flow using “http in” and “http response” nodes and deploy it.
[*]click -
[*]you will get the domain such as https://1234xxxx.ngrok.com.
[*]access to the above public url.
[*]
CAVEAT Anyone can access to this endpoint, if you don’t configure httpNodeAuth in **Applicetion]-**


How to enable Node-RED projects feature
[*]Requirement:
[*]you can use git command on the shell (win:Command Prompt or mac:bash)
[*]refs: git


[*]go -
[*]checked
[*]click
How to install additional nodesfrom Public library
[*]click -
from Unofficial site
[*]click -
[*]input URL. (example: https://github.com/sakazuki/node-red-contrib-lambda-io.git)

[*]info: This menu executesnpm install


from local disk
[*]click -
[*]select a node directory that includes package.json

[*]info: This menu executesnpm link


If additional nodes does not work….
[*]This function uses Node-RED Destktop builtin npm.
Some npm modules need to be compiled from node binary or C/C++ when installing.
In such cases, you need to install node.js before.
If so, please install node v12.x.x from Node.js official site and retry to install them.You can test to use node command with this flow.

elvinli 发表于 2023-3-22 16:32:21

第一次知道还有桌面版的
页: [1]
查看完整版本: 新手入门nodered抛弃繁杂的安装用node-red-desktop吧