Why don't you use Flask or Django? #44
Answered
by
SylteA
TechStudent10
asked this question in
Q&A
-
I saw that you were using "Quart" as a framework. Just wondering why didn't you guys didn't opt for Flask or Django. |
Beta Was this translation helpful? Give feedback.
Answered by
SylteA
May 18, 2021
Replies: 1 comment 3 replies
-
Quart is (in my option) a better ASGI version of Flask. Flask and Django are great frameworks but WSGI frameworks are generally slow, and so are Flask and Django. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
TechStudent10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quart is (in my option) a better ASGI version of Flask.
Flask and Django are great frameworks but WSGI frameworks are generally slow, and so are Flask and Django.
Other than speed, I like the control we get with closer to application level frameworks like Quart.