Gunicorn #server

Gunicorn is a Python WSGI (Web Server Gateway Interface) HTTP server for UNIX-like systems that is used to run web applications and handle concurrent requests by forking multiple worker processes.

Link: https://gunicorn.org/

Developer: BenoƮt Chesneau

Category: HTTP Server #server

Software that handles requests from web browsers and serves web pages and other content over the Hypertext Transfer Protocol (HTTP).

Others in this category