Add support for Quart #1932
septatrix
started this conversation in
Python Packages
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Flask is already one of the most popular python web frameworks together with Django and FastAPI. Quart can be seen as the evolution of it and is used in many projects looking to migrate from Flask to something async or by those who start a new async project and are already familiar with Flask.
Supporting Quart would provide an easy path for people familiar with Flask to start using workers with python.
Beta Was this translation helpful? Give feedback.
All reactions