3f8ef66a18
- Tweak USE_PYTHON version - Add TEST_DEPENDS and regression-test: target - Add LICENSE - Add TORNADO and TESTS - Add NO_OPTIONS_SORT - Tweak OPTIONS descriptions - Trim Makefile header - Whitespace alignment PR: 172875 Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> (maintainer) Tested by: redports Feature safe: yes
6 lines
298 B
Text
6 lines
298 B
Text
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.
|
|
|
|
WWW: http://gunicorn.org/
|