Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/node-red/node-red
Low-code programming for event-driven applications
https://github.com/node-red/node-red
flow-based-programming javascript low-code node-red openjs-foundation visual-programming
Last synced: 4 days ago
JSON representation
Low-code programming for event-driven applications
- Host: GitHub
- URL: https://github.com/node-red/node-red
- Owner: node-red
- License: apache-2.0
- Created: 2013-09-05T13:30:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T16:35:56.000Z (about 2 months ago)
- Last Synced: 2024-10-30T05:26:53.738Z (about 1 month ago)
- Topics: flow-based-programming, javascript, low-code, node-red, openjs-foundation, visual-programming
- Language: JavaScript
- Homepage: http://nodered.org
- Size: 54.6 MB
- Stars: 19,772
- Watchers: 532
- Forks: 3,414
- Open Issues: 403
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - node-red/node-red - Low-code programming for event-driven applications (JavaScript)
- awesome-nodejs-projects - Node-RED - A visual tool for wiring the Internet of Things (Developers)
- awesome - node-red - A visual tool for wiring the Internet of Things (JavaScript)
- awesome-homelab - Node-RED - RED](https://img.shields.io/github/stars/node-red/node-red?style=flat) ![Node-RED](https://img.shields.io/github/languages/top/node-red/node-red?style=flat) | Low-code programming for event-driven applications | (Apps / IoT)
- -awesome-nodejs-projects - Node-RED - A visual tool for wiring the Internet of Things (Developers)
- awesome-nodejs-projects - Node-RED - A visual tool for wiring the Internet of Things (Developers)
- awesome-node-based-uis - node-red - Low-code programming for event-driven applications [OSS] (Applications / Data Processing)
- awesome-nodejs - node-red - Low-code programming for event-driven applications. ![](https://img.shields.io/github/stars/node-red/node-red.svg?style=social&label=Star) (Scene / Lowcode)
- awesome-game-engine-dev - Node-RED - Low-code programming for event-driven applications. (Libraries / JavaScript)
- awesome-self-driving-labs - [code
- awesome-rainmana - node-red/node-red - Low-code programming for event-driven applications (JavaScript)
- awesome-github-star - node-red - code programming for event-driven applications | node-red | 17402 | (JavaScript)
- awesome-list - node-red
- awesome-lesscode - node-red - code programming for event-driven applications (精选 LessCode 项目)
- awesome-nodejs-projects - Node-RED - A visual tool for wiring the Internet of Things (Developers)
- awesome-hacking-lists - node-red/node-red - Low-code programming for event-driven applications (JavaScript)
- awesome-starred - node-red/node-red - Low-code programming for event-driven applications (javascript)
- StarryDivineSky - node-red/node-red
- my-awesome - node-red/node-red - based-programming,javascript,low-code,node-red,openjs-foundation,visual-programming pushed_at:2024-12 star:20.0k fork:3.4k Low-code programming for event-driven applications (JavaScript)
README
# Node-RED
https://nodered.org
[![Build Status](https://github.com/node-red/node-red/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/node-red/node-red/actions?query=branch%3Amaster)
Low-code programming for event-driven applications.
![Node-RED: Low-code programming for event-driven applications](https://nodered.org/images/node-red-screenshot.png)
## Quick Start
Check out https://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## Getting Help
More documentation can be found [here](https://nodered.org/docs).
For further help, or general discussion, please use the [Node-RED Forum](https://discourse.nodered.org) or [slack team](https://nodered.org/slack).
## 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-red2. 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](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md).This project adheres to the [Contributor Covenant 1.4](http://contributor-covenant.org/version/1/4/).
By participating, you are expected to uphold this code. Please report unacceptable
behavior to any of the project's core team at [email protected].## Authors
Node-RED is a project of the [OpenJS Foundation](http://openjsf.org).
It is maintained by:
* Nick O'Leary [@knolleary](http://twitter.com/knolleary)
* Dave Conway-Jones [@ceejay](http://twitter.com/ceejay)
* And many others...## Copyright and license
Copyright OpenJS Foundation and other contributors, https://openjsf.org under [the Apache 2.0 license](LICENSE).