ASGI: Asynchronous Server Gateway Interface is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
Kong: API gateway built for hybrid and multi-cloud, optimized for microservices and distributed architectures π (Recommended)
WebServer
Caddy server: Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go π (Recommended)
HAProxy : HAProxy is a free, very fast and reliable reverse-proxy offeringΒ high availability,Β load balancing, and proxying for TCP and HTTP-based applications π (Recommended)
httpd - Apache2 : The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows.
Nginx: nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. π (Recommended - Most powerful)
Tomcat: an open source implementation of the JSP Specifications π (Recommended)
ASGI & WSGI
gunicorn: A Python WSGI HTTP Server for UNIX π (Recommended)
uvicorn: An ASGI web server implementation for Python