Node-RED

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

Github stars Tracking Chart

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

Overview

Name With Ownernode-red/node-red
Primary LanguageJavaScript
Program languageHTML (Language Count: 4)
PlatformDocker, Linux, Mac, Raspbian, Windows
License:Apache License 2.0
Release Count164
Last Release Name4.0.0-beta.1 (Posted on )
First Release Namev0.2.0 (Posted on )
Created At2013-09-05 13:30:47
Pushed At2024-03-25 11:13:31
Last Commit At2024-03-21 17:38:39
Stargazers Count18.4k
Watchers Count532
Fork Count3.3k
Commits Count8.8k
Has Issues Enabled
Issues Count2368
Issue Open Count281
Pull Requests Count1761
Pull Requests Open Count79
Pull Requests Close Count360
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top