Node-RED: What are Node-RED nodes

This documentation is part of the Introduction guide. View the full guide here: Introduction to Node-RED, all you need to know about it.

👋 Welcome to the Stackhero documentation!

Stackhero offers a ready-to-use Node-RED cloud solution that provides a host of benefits, including:

  • MQTT server included (Mosquitto).
  • Full access to Node-RED admin UI.
  • Node-RED Dashboard included.
  • Unlimited and dedicated SMTP email server included.
  • Effortless updates with just a click.
  • Customizable domain name secured with HTTPS (for example, https://node-red.your-company.com).
  • Optimal performance and robust security powered by a private and dedicated VM.

Save time and simplify your life: it only takes 5 minutes to try Stackhero's Node-RED cloud hosting solution!

In Node-RED, a "node" refers to a block that can receive, transform, and transmit data.

This data can flow between nodes, external APIs (such as Google, Stripe, Twitter, etc.), databases (like MySQL, MongoDB, Elasticsearch, OpenSearch, etc.), or other systems (including MQTT, email servers, object storage, and more).

Nodes are interconnected using wires, visually arranged within the browser interface.

Node-RED includes approximately 40 pre-installed nodes. Some are basic, like Switch conditions. Others facilitate external connections, like HTTP, MQTT, or Email nodes. Some nodes, such as Function and Template, can encompass complex code or be used to craft advanced text documents or HTML pages.

With the Node-RED "palette," you have the option to add external nodes crafted by global companies or users. Nearly 4,000 external nodes are available, all free of charge!

Node-RED nodes exampleNode-RED nodes example