Flask: Does flask plan to support asyncio?

Created on 18 Aug 2019  路  1Comment  路  Source: pallets/flask

Asyncio is the future of Python, does flask plan to support it?

Most helpful comment

Asyncio is the future of Python

That's a bold statement. It is perfectly fine to not use async for most typical webapps.

But regarding async, this werkzeug issue might be worth reading: pallets/werkzeug#1322

>All comments

Asyncio is the future of Python

That's a bold statement. It is perfectly fine to not use async for most typical webapps.

But regarding async, this werkzeug issue might be worth reading: pallets/werkzeug#1322

Was this page helpful?
0 / 5 - 0 ratings