The story is slightly different for backend app. O...
# coroutines
e
The story is slightly different for backend app. Of course, you’ll reap most benefits there only if everything you use is non-blocking down to the bottom. But in practise, if some calls you do are still blocking is not a problem. You just need to use separate pool for you blocking and non-blocking calls.