Did you know you can get similar concurrency as asyncio/ASGI in Flask, by using gevent? It's been possible as long as Flask has existed! Turns out we never documented it, so how would anyone have known? Fixed that https://flask.palletsprojects.com/en/stable/gevent/ #Python #Flask #gevent
Async with Gevent — Flask Documentation (3.1.x)

@davidism please, don't encourage people to use it. Gevent was (and is) a crude hack that brings debugging hell and should be respectfully set aside the moment one can use asyncio.