Skip to content

Commit

Permalink
add node-red
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjianguo committed Apr 16, 2024
1 parent d160e38 commit d80b5a1
Show file tree
Hide file tree
Showing 7 changed files with 1,271 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodered-app/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TRANSPORTER=redis://127.0.0.1:6379
NODERED_CREDENTIAL_SECRET=steedos
7 changes: 7 additions & 0 deletions nodered-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.env.local

.node-red
*.backup

yarn.lock
package-lock.json
17 changes: 17 additions & 0 deletions nodered-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Node-RED 模版项目
===


[Node-Red](https://nodered.org/) 是 IBM 开源的服务端低代码开发工具,提供了可视化的开发环境,开发华炎魔方微服务。

- 创建定时任务
- 自定义微服务
- 自定义API
- 自定义触发器
- 接收和推送消息

```bash
cd nodered-app
npm i --no-optional
npm start
```
Loading

0 comments on commit d80b5a1

Please sign in to comment.