I think well-structured and designed landing pages are too infrequent, so I like the OP on that alone...and being an optimist, I'm always a little excited when I hear of a new paradigm, or an iteration of it...because that means that there is a (slightly) new way of thinking about and doing things...maybe even better than my own. Either way, I like that the opportunity exists (even if I never get around to thoroughly…
Depends on the runtime you're talking to. For example MicroFlo on an Arduino behaves quite differently from NoFlo on Node.js
In NoFlo each connection is basically connecting an event emitter to an event listener. So, what happens is a JavaScript addEventListener operation.