Skip to main content

WSGI HTTP Server for UNIX

Project description

gunicorn ‘Green Unicorn’ is a WSGI HTTP Server for UNIX, fast clients and nothing else. This is a port of Unicorn (http://unicorn.bogomips.org/) in Python.

Install

Run command :

$ python setup.py install

Use gunicorn:

$ gunicorn –help Usage: gunicorn [OPTIONS] APP_MODULE

Options:
--host=HOST

Host to listen on. [127.0.0.1]

--port=PORT

Port to listen on. [8000]

--workers=WORKERS

Number of workers to spawn. [1]

-h, --help

show this help message and exit

Example with test app :

$ cd examples $ gunicorn –workers=2 test:app

For django projects use the gunicorn_django command.

$ cd yourdjangoproject $ gunicorn_django –workers=2

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gunicorn-0.1.tar.gz (14.9 kB view details)

Uploaded Source

File details

Details for the file gunicorn-0.1.tar.gz.

File metadata

  • Download URL: gunicorn-0.1.tar.gz
  • Upload date:
  • Size: 14.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gunicorn-0.1.tar.gz
Algorithm Hash digest
SHA256 444a69f77bacce4f116efa8ffb0b037441f6ffb3fe63f8385495a6b8570b7c85
MD5 0500f5cd50c30202081f0bff03f14c7a
BLAKE2b-256 ff2d34a4aa743ed8d7e9936d6312f34fecceb03e9d1d80fc0597c2d2d4307e80

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page