An open API service indexing awesome lists of open source software.

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.

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