Favicon of Node-RED

Node-RED

Build event-driven applications using a low-code approach. Easily collect, transform, and visualize real-time data for home automation or industrial systems.

Build event-driven applications with an accessible, low-code programming environment. Designed to help users of any background automate their world, this platform makes it simple to collect, transform, and visualize real-time data. Whether setting up home automation or managing industrial control systems, you can create powerful workflows without writing extensive code.

Built on a robust, non-blocking event-driven model, it is highly efficient. You can deploy it anywhere, from low-cost edge hardware like a Raspberry Pi to scalable cloud environments.

Key benefits include:

  • Visual workflow building: Connect nodes to create complex data flows with minimal coding.
  • Versatile deployment: Run locally, on edge devices, or directly in the cloud.
  • Broad application: Suitable for hobbyist home automation to industrial operations.
  • High performance: Leverages an event-driven architecture for real-time data processing.

Directory Structure

node-red
data
.env
docker-compose.yml

docker-compose.yml

services:
  node-red:
    image: nodered/node-red:latest
    environment:
      - TZ=Europe/Amsterdam
    ports:
      - "1880:1880"
    networks:
      - node-red-net
    volumes:
      - ./data:/data

networks:
  node-red-net:

.env

# No sensitive environment variables are required for the default configuration.
# You can override the timezone in the docker-compose.yml file directly.

Share:

Ad
Favicon

 

  
 

Similar to Node-RED

Favicon

 

  
  
Favicon

 

  
  
Favicon