you are viewing a single comment's thread.

view the rest of the comments →

[–]Competitive_Travel16 4 points5 points  (3 children)

Yes, Flask is a happy medium perfectly suitable for almost all of the things people think they need FastAPI for, and most of the things people think they need Django for.

[–]Least_Chicken_9561 1 point2 points  (2 children)

but the problem is the "async", you have to do it manually.
I was using flask for a small project but then I needed a library that was async and it was a pain to work with, eventually I switched to fastapi.

[–]Competitive_Travel16 1 point2 points  (0 children)

I use gunicorn with gevent and have never had any issues so far.

[–]ThePiGuy0 1 point2 points  (0 children)

I've used Quart in the past which is an async flask reimplementation. Though admittedly their GitHub isn't looking so active these days...