Web Frameworks
- https://wsgi.readthedocs.io/en/latest/frameworks.html
- https://asgi.readthedocs.io/en/latest/implementations.html#application-frameworks
- WSGI
- Django
- Flask
- ASGI
- FastAPI
- Starlette
Web Servers
- We need server to handle http requests and then forward to python scripts
- WSGI: Web Server Gateway Interface
- ASGI: Asynchronous Server Gateway Interface
- https://wsgi.readthedocs.io/en/latest/servers.html
- https://asgi.readthedocs.io/en/latest/implementations.html#servers
- WSGI
- Gunicorn
- ASGI
- Uvicorn