#188 Async for the Pythonic web with Sanic
What do most web servers do most of the time? They wait. They wait on external systems while processing a request.
What do most web servers do most of the time? They wait. They wait on external systems while processing a request.