Hacker News new | ask | show | jobs
by nicbou 1484 days ago
That was also my experience. I find flask to fill a small gap between SimpleHTTPServer and Django.
1 comments

For every case where I would have used Flask in the past, I now would use one of the numerous ASGI-native frameworks.