EMQX and Node-RED are complementary tools commonly used together in IoT and IIoT deployments. EMQX serves as the high-performance MQTT broker, while Node-RED provides low-code visual programming for data processing and integration.
Devices → MQTT → EMQX → Node-RED → [Databases, APIs, Dashboards]
↓
(Other consumers)
1. EMQX → Node-RED (Most Common)
2. Node-RED → EMQX
3. Bidirectional
In Node-RED, use the mqtt-in node:
sensors/+/temperature)This combination excels when: