ASGI? WSGI?

This is what a FastAPI app using Gunicorn managing Uvicorn workers may look like in a nutshell: Web Server vs Application Server vs Web Client Web servers are especially good at serving static content, they are also good at caching, load balancing, and doing reverse proxy. Apache and Nginx are common web servers. Application servers are designed to run application code, they are good at handling dynamic content, and they can run multiple languages....

April 29, 2024 · 2 min

AioHttp 取代 Requests

November 17, 2023 · 0 min