

Node Red
18.6k 3.3kWhat is Node-RED ?
Node-RED is a low-code programming for event-driven applications.
Install Node-RED
Check out https://nodered.org/docs/getting-started/ for full instructions on getting started.
sudo npm install -g --unsafe-perm node-red
node-red
- 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:
- Clone the code:
git clone https://github.com/node-red/node-red.git cd node-red
- Install the node-red dependencies
npm install
- Build the code
npm run build
- Run
npm start