Hacker News new | ask | show | jobs
by e12e 1455 days ago
> Does the lack of async still make Flask a good choice for non-hobby web projects?

[ed: the lack of async probably means little for how good flask is for a new project - it's a great little framework].

However, with the birth of fastapi - I would be hard pressed to name a greenfield project/situation where I would recommend flask over fastapi. And the support for async in fastapi have nothing to do with that.