6 ms·
what you don't understand is that FastAPI is not a web framework, so it is neither fast nor slow, it's just a patchwork of libraries on top of Starlette.
by atxbcp 4y ago
what you don't understand is that FastAPI is not a web framework, so it is neither fast nor slow, it's just a patchwork of libraries on top of Starlette.
- trymas 4y agoIMHO it's just nitpicking on definition of web framework. AFAIK Flask is just a library on top of Werkzeug. :)