GitHub - gorenje/erlang-red: Visual low-code flow-based programming environment for Erlang, inspired by Node-RED.
Erlang-RED - A Node-RED backend coded in Erlang
An experiment to replace Node-REDs existing NodeJS backend with an Erlang equivalent that is 100% compatible[1] to existing flow code.
The goal is bring the advantages of low-code visual flow-based programming to a programming language that is designed for message passing and concurrency from the ground up, hence Erlang.
[1] = 100% won't be possible since function nodes that are coded in Javascript aren't supported (or aren't intended to be support...
Read more at github.com