|
|
|
|
|
by myko
245 days ago
|
|
I was surprised to use the search feature and not see Quart mentioned: https://hyperflask.dev/guides/setup/ I've been thinking about Flask and Quart pretty much interchangeably for awhile now and use Quart for Python backends. For those who aren't aware Quart is the async Flask and they share system internals, it is usually easy to use something created for Flask for Quart. |
|