|
|
|
|
|
by gabigrin
826 days ago
|
|
I like the "visual abstraction" vs "visual representation" distinction, and agree with your point that Flyde falls into the latter. Regarding parallelism and asynchronicity, Flyde manages to answer that need. You simply connect 2 nodes in parallel - for example - https://imgur.com/a/GJewFHd this fetches data from 2 apis, maps them and collects them into a new object. It's low-level for sure, but parallelism and asynchronicity are completely spatial. Do you mean it in a different way? |
|