Gunicorn
gunicorn.orgRank Trend
Ranking history over time.
About Gunicorn
Gunicorn is a Python WSGI HTTP server designed for UNIX that allows users to serve their Python applications efficiently. It supports various frameworks such as Django, Flask, and FastAPI, making it a versatile choice for web developers.
Serve your Python applications with ease using Gunicorn.
What You Can Do
- Install Gunicorn with a single command
- Run Python apps with simple configuration
- Support for multiple worker types
- Compatible with WSGI and ASGI frameworks
- Access comprehensive documentation and guides
Frequently Asked Questions
What is Gunicorn?
Gunicorn is a Python WSGI HTTP server that serves web applications in a production environment.
Which frameworks are compatible with Gunicorn?
Gunicorn works with any WSGI or ASGI framework, including Django, Flask, and FastAPI.
How do I install Gunicorn?
You can install Gunicorn using pip with the command 'pip install gunicorn'.
What types of workers does Gunicorn support?
Gunicorn supports sync, async (Gevent/Eventlet), and threaded workers to handle different workloads.
Where can I find documentation for Gunicorn?
Comprehensive documentation and guides are available on the Gunicorn website.