Towaway69 2 days ago

NodeJS isn't truly concurrent, it is event-based single threaded - fast but not concurrent.

I use Node-RED every day! This is an exercise in applying the concept of flow based programming to another programming language. For me, flow based programming is like object oriented programming or functional programming or procedural ... etc. So the idea is to take the paradigm and apply to Erlang.

Clarification: I've been using everyday Node-RED for last three years and have built many things with it - including my mind map!