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
发布数167
最新版本名称3.1.9 (发布于 )
第一版名称v0.2.0 (发布于 )
创建于2013-09-05 13:30:47
推送于2024-04-22 09:13:26
最后一次提交2024-04-20 13:54:37
星数18.5k
关注者数534
派生数3.3k
提交数8.8k
已启用问题?
问题数2383
打开的问题数290
拉请求数1785
打开的拉请求数81
关闭的拉请求数363
已启用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.

去到顶部