Description
Gunicorn (Green Unicorn) is a Python WSGI HTTP Server for UNIX that provides
a simple interface for running Python web applications. It's commonly used
to serve Django, Flask, and other Python web frameworks in production
environments, working behind reverse proxies like Nginx.