aac2976c17
Approved by: portmgr blanket
6 lines
299 B
Text
6 lines
299 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: https://gunicorn.org/
|