https://github.com/benoitc/gunicorn-recipes
Collection of recipe and examples to help in gunicorn deployement, installation and configuration.
https://github.com/benoitc/gunicorn-recipes
Last synced: about 1 year ago
JSON representation
Collection of recipe and examples to help in gunicorn deployement, installation and configuration.
- Host: GitHub
- URL: https://github.com/benoitc/gunicorn-recipes
- Owner: benoitc
- Created: 2010-12-20T14:37:52.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-20T14:55:52.000Z (over 15 years ago)
- Last Synced: 2025-06-20T00:18:49.709Z (about 1 year ago)
- Homepage: http://gunicorn.org
- Size: 93.8 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
About
-----
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
worker model ported from Ruby's Unicorn_ project. The Gunicorn server is broadly
compatible with various web frameworks, simply implemented, light on server
resource usage, and fairly speedy.
Feel free to join us in `#gunicorn`_ on freenode_.
This repository is a collection of recipe and examples to help in
gunicorn deployement, installation and configuration.
All contributions are under `"CC Attribution By" license `_.
.. _Unicorn: http://unicorn.bogomips.org/
.. _`#gunicorn`: http://webchat.freenode.net/?channels=gunicorn
.. _freenode: http://freenode.net