Node-RED

连接物联网的可视化工具。(A visual tool for wiring the Internet of Things.)

Github星跟蹤圖

Node-RED

连接物联网的可视化工具。Node-RED 是一种编程工具,用于以新颖有趣的方式将硬件设备、API 和在线服务连接在一起。它提供了一个基于浏览器的编辑器,可以使用调色板中的各种节点轻松地将流连接在一起,只需单击即可将其部署到运行时。

快速入门

查看 http://nodered.org/docs/getting-started/ 以获得关于如何开始的完整说明。

  1. sudo npm install -g --unsafe-perm node-red
  2. node-red
  3. Open http://localhost:1880

获得帮助

更多文档可以在此处找到。

如需进一步的帮助或一般性讨论,请使用 邮件列表

开发

如果您想从git运行最新的代码,请按照以下步骤操作:

  1. 克隆代码:
    git clone https://github.com/node-red/node-red.git
    cd node-red
  2. 安装 node-red 依赖关系
    npm install        
  3. 构建代码
    npm run build        
  4. 运行
    npm start        
    node red.js        

贡献

在提出拉取请求之前,请阅读我们的 撰写指南

此项目遵守贡献者公约1.4 。 通过参与,您需要维护这些代码。请报告不可接受 行为任何项目的核心团队在team@nodered.org。

作者

Node-RED是 JS基金会的一个项目。

它由 IBM Emerging Technology 创建。

版权和许可

Copyright JS Foundation和其他贡献者, http://js.foundation 下的 the Apache 2.0 license

概覽

名稱與所有者node-red/node-red
主編程語言JavaScript
編程語言HTML (語言數: 4)
平台Docker, Linux, Mac, Raspbian, Windows
許可證Apache License 2.0
發布數164
最新版本名稱4.0.0-beta.1 (發布於 )
第一版名稱v0.2.0 (發布於 )
創建於2013-09-05 13:30:47
推送於2024-03-25 11:13:31
最后一次提交2024-03-21 17:38:39
星數18.4k
關注者數532
派生數3.3k
提交數8.8k
已啟用問題?
問題數2368
打開的問題數281
拉請求數1761
打開的拉請求數79
關閉的拉請求數360
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Node-RED

http://nodered.org

Build Status
Coverage Status

Low-code programming for event-driven applications.

Node-RED: Low-code programming for event-driven applications

Quick Start

Check out http://nodered.org/docs/getting-started/ for full instructions on getting
started.

  1. sudo npm install -g --unsafe-perm node-red
  2. node-red
  3. Open http://localhost:1880

Getting Help

More documentation can be found here.

For further help, or general discussion, please use the Node-RED Forum or slack team.

Developers

If you want to run the latest code from git, here's how to get started:

  1. Clone the code:

     git clone https://github.com/node-red/node-red.git
     cd node-red
    
  2. Install the node-red dependencies

     npm install
    
  3. Build the code

     npm run build
    
  4. Run

     npm start
    

Contributing

Before raising a pull-request, please read our
contributing guide.

This project adheres to the Contributor Covenant 1.4.
By participating, you are expected to uphold this code. Please report unacceptable
behavior to any of the project's core team at team@nodered.org.

Authors

Node-RED is a project of the OpenJS Foundation.

It was created by IBM Emerging Technology.

Copyright JS Foundation and other contributors, https://openjsf.org under the Apache 2.0 license.

去到頂部