Caddy server: Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go π (Recommended)
gunicorn: A Python WSGI HTTP Server for UNIX π (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)
traefik proxy : Traefik is anΒ open-sourceΒ Edge RouterΒ that makes publishing your services a fun and easy experience
uvicorn: An ASGI web server implementation for Python
Documentations and Articles
Cheatsheets
web-servers.md : Each of these commands will run an ad hoc http static server in your current (or specified) directory
Documentations
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.