←back to thread

204 points Towaway69 | 4 comments | | HN request time: 0.7s | 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. 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 #
2. Towaway69 ◴[] No.44008669[source]
Concurrency isn’t possible if there is only a single thread is my interpretation.
replies(1): >>44008999 #
3. hotpocket777 ◴[] No.44008999[source]
That is not true at all. Concurrency is a way of writing programs and is an orthogonal concern to how the program gets executed.
4. lxe ◴[] No.44011649[source]
It certainly can be.