Type something to search...
Node Red

Node Red

Node Red

18.6k 3.3k
01 May, 2024
  JavaScript

What is Node-RED ?

Node-RED is a low-code programming for event-driven applications.

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


Install Node-RED

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 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:
Terminal window
git clone https://github.com/node-red/node-red.git
cd node-red
  1. Install the node-red dependencies
Terminal window
npm install
  1. Build the code
Terminal window
npm run build
  1. Run
Terminal window
npm start