←back to thread

220 points Towaway69 | 1 comments | | HN request time: 0.248s | 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]
ummonk ◴[] No.44008598[source]
Are you asserting that single threaded execution of concurrent code is just as performant as multi-process execution?
replies(2): >>44008669 #>>44011649 #
1. lxe ◴[] No.44011649[source]
It certainly can be.