I\'m considering a few frameworks/programming methods for our new backend project. It regards a BackendForFrontend implementation, which aggregates downstream services. For
The whole idea of non-blocking paradigm is achieved by this idea called "Event Loop"
Interesting references: