-
-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Version 1 of the API is still using Flask mounted as a wsgi application.
https://fastapi.tiangolo.com/advanced/wsgi/
https://github.com/ExpDev07/coronavirus-tracker-api/tree/master/app/routes/v1
We can remove the Flask dependency and move everything to the ASGI based FastAPI which should increase the total throughput of the API.
https://www.encode.io/articles/hello-asgi
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request