Tell HN: Flask and Quart have now partially merged
20 points| pgjones | 2 years ago
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)
hardwaresofton|2 years ago
https://quart.palletsprojects.com/en/latest/
https://flask.palletsprojects.com/en/3.0.x/
TIL about the new Flask logo!
pgjones|2 years ago
ps256|2 years ago
pgjones|2 years ago
dansult|2 years ago
aynyc|2 years ago