A collection of technical resources that answer your questions about Node-RED.
What is Node-RED?
Low-Code
Programming
Node-RED’s visual programming makes it easy for non-developers to build robust applications.
Low-Code
Integration
4,000+ integrations available and a large library of example flows make it trivial to connect a multitude of digital services, such as protocols (OPC-UA, Modbus, Siemens S7), databases, APIs, hardware, etc.
Low-Code
Visualization
Node-RED Dashboard makes it easy to visualize your data in charts that integrate directly with actions and events that respond to the data.
Open Source
Node-RED is an open source project hosted at the OpenJS Foundation. Participation in the project is encouraged to help support the Node-RED community.
Free-to-Use
Node-RED is made available under the Apache Software License so individuals can use Node-RED free of charge.
Active Community
Node-RED has a very active community of developers providing support through forums, as well as actively contributing to the development of Node-RED itself.
Have a question that you don't see answered here? Feel free to reach out to us via our Contact Us page
What is Node-RED and how does it work?
Node-RED is a low-code programming environment that allows developers to connect a wide variety of endpoints, such as industrial PLCs, APIs, databases, enterprise applications and online services.
Users of Node-RED visually drag ‘nodes’ from a palette that represent the end points and then connect them together into flows to accomplish the desired task. Node-RED applications are accessible via a web browser.
How do I deploy Node-RED online or in the Cloud?
FlowFuse Cloud is a hosted Node-RED service that developers can use to access Node-RED online. This makes it much quicker to get started using Node-RED since you don't need to install it locally
What is Node-RED used for?
Node-RED can be used for a wide variety of use cases, including:
The manufacturing industry uses Node-RED for collecting data from different pieces of factory equipment.
Creating dashboards that visualize data and allow for event triggers to occur based on the data.
Developing chatbot platforms that can collect interactions of a wide variety of social media platforms.
Extract, transform and integrate data from many different sources in the enterprise.
Lots of hobbyists use Node-RED for home automation.
Integrating data with machine learning models
How much does Node-RED cost?
Node-RED is an open source project hosted at the OpenJS Foundation. It is made available under the Apache Software License so individuals can use Node-RED free of charge. Participation in the open source project is encouraged to help support the Node-RED community.
What language is Node-RED?
Node-RED is a visual programming environment that allows you to do a lot without writing a single line of code. An important benefit of Node-RED is that it also allows for developers to write JavaScript and use the NodeJS API to extend the functionality of a node or flow.
How can I get started using Node-RED?
FlowFuse Cloud offers the easiest way to get started with Node-RED. After signing into FlowFuse Cloud users have immediate access to a Node-RED instance.
For those who prefer to install Node-RED themselves, there are many tutorials that help people to get started with Node-RED. A recommended starting point is the Getting Started found on nodered.org. Other tutorials from the community include Steve’s Node-RED Guide and Raspberry Pi Getting Started with Node-RED.
What port number does Node-RED use?
Node-RED is accessed via port 1880. You can access the Node-RED editor running locally at http://localhost:1880 or on another computer at http://domain name:1880.
How can I secure a Node-RED installation?
There are three aspects of Node-RED that need to be secured.
Node-RED is a web application so you need to enable HTTPS access to the Node-RED runtime. The default Node-RED settings include a commented out section that can be used for local certificates.
The Node-RED editor and administration requires authentication to access it. Node-RED supports username/password and OAuth/OpenID authentication. The adminAuth property in the setting file is used to specify the authentication credentials.
Securing the HTTP Node can be done using basic authentication. This can be set using the httpNodeAuth property in the settings file.
You can also follow our guide on how to secure Node-RED.
How is Node-RED used in IoT?
Node-RED is very popular in the manufacturing and industrial automation industries (IIoT) as an edge computing solution. Often deployed on PLCs and IoT gateways, Node-RED supports collecting data from legacy and proprietary systems (Siemens S7, Modbus, OPC-UA, etc), integrating the industrial data with other data sources (weather data, enterprise data), filtering data on the edge, and then sending the data to the cloud. FlowFuse offers remote device deployment to IIoT edge devices.
Node-RED is also very popular with DIY home automation enthusiasts, in particular the Home Assistant community.