←back to thread

206 points Towaway69 | 1 comments | | HN request time: 0.213s | source

Hi There,

Erlang-RED has been my project for the last couple of months and I would love to get some feedback from the HN community.

The idea is to take advantage of Erlangs message passing and low overhead processes to have true concurrency in Node-RED flows. Plus also to bring low-code visual flow-based programming to Erlang.

Show context
lxe[dead post] ◴[] No.44008564[source]
[flagged]
1. nathanappere ◴[] No.44008591[source]
It does if you have blocking calls or you cannot yield to the event loop in time consuming code.