Erlang-RED: Re-imagining Node-RED's Backend in Erlang

2025-05-16
Erlang-RED: Re-imagining Node-RED's Backend in Erlang

This project experiments with replacing Node-RED's existing Node.js backend with an Erlang equivalent. Leveraging Erlang's inherent concurrency, the goal is to boost Node-RED's performance. A significant portion of Node-RED nodes are already implemented, with a flow-based testing system ensuring functionality. Development is flow-driven, separating test flows and code for better maintainability and integration.

Development