by pgjones on 10/1/23, 8:49 AM with 7 comments
This means that you can use the same framework API and understanding to write synchronous code with Flask, and asynchronous code with Quart.
It is important to note that Flask cannot be made asynchronous without breaking extension and backwards compatibility, or without using monkeypatching. Therefore, Quart is best viewed as a namespace for async/await usages.
Questions and comments very welcome. (I'm struggling a little thinking about how best to communicate this)
by hardwaresofton on 10/1/23, 9:20 AM
https://quart.palletsprojects.com/en/latest/
https://flask.palletsprojects.com/en/3.0.x/
TIL about the new Flask logo!
by ps256 on 10/1/23, 1:09 PM
by aynyc on 10/2/23, 2:44 PM