Hacker News new | ask | show | jobs
by treyd 895 days ago
I've been using FastAPI which is made by the same guy as Flask but taking it seriously this time and using asyncio and making space for multithreaded. It's almost a drop-in replacement for Flask.
1 comments

FastAPI was created by Sebastián Ramírez (tiangolo) and flask was created by Armin Ronacher.