Packages which serve up django applications as additions or alternatives to the standard mod_wsgi + apache, leaving out pure connectors like fastcgi/flup.
Feature | Description |
---|---|
C10K proof | Performance measure can it handle a large number of simulatenous connections |
robustness | How does it handle memory leaks in the application code, hung operations, etc. |
integrates with virtualenv | |
pip or easy_install enabled | is it a one step install with easy_install or pip? pip install <package_name> |
https | Can serve https protocol by itself |
standalone | Acts as a standalone webserver for production use or requires use behind another webserver such as Apache or Nginx |
integrates with django manage.py commands | is it possible to run the server as a management cmd---like the builtin runserver cmd. Just add as an installed app to your project |
Package | gunicorn | uWSGI | waitress | django-sslserver | Django DDP | django-cpserver | django wsgiserver |
---|
Package | gunicorn | uWSGI | waitress | django-sslserver | Django DDP | django-cpserver | django wsgiserver |
---|---|---|---|---|---|---|---|
Description |
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications. |
uWSGI application server container |
Waitress - A WSGI server for Python 2 and 3 |
A SSL-enabled development server for Django |
Django/PostgreSQL implementation of the Meteor server. |
Management commands for serving Django via CherryPy's built-in WSGI server |
adds django management command to use cherrypy's wsgi webserver without needing to install all of cherrypy. Differs from original django-cpserver ... |
Category | Other | Other | Other | App | App | App | App |
# Using This | 110![]() | 31![]() | 2![]() | 1![]() | 1![]() | 1![]() | 1![]() |
Python 3? | |||||||
Development Status | Production/Stable | Unknown | Mature | Unknown | Beta | n/a | Production/Stable |
Last updated | March 26, 2021, 10:07 p.m. | Feb. 23, 2021, 4:56 a.m. | March 8, 2021, 2:24 a.m. | Dec. 9, 2019, 9:24 p.m. | Jan. 28, 2016, 12:28 a.m. | Aug. 11, 2009, 9:17 p.m. | Aug. 2, 2013, 5:32 p.m. |
Version | 20.1.0 | 2.0.19.1 | 2.0.0 | 0.22 | 0.19.1 | n/a | 0.6.10 |
Repo | Github | Github | Github | Github | Github | Github | Bitbucket |
Commits | |||||||
Stars | 7591 | 2970 | 925 | 651 | 166 | 41 | 11 |
Repo Forks | 1420 | 620 | 130 | 91 | 28 | 7 | 9 |
Participants | benoitc tilgovi berkerpeksag davisp alq666 sirkonst hramezani javabrett collinanderson matrixise more... | unbit xrmx prymitive Darvame robygior funkybob Shir0kamii awelzel rdeioris aldur more... | bertjwregeer mcdonc stevepiercy mmerickel tseaver kgaughan Frank-Krick j4mie marcinkuzminski agroszer more... | adam-stokes teddziuba johnthagen ZuluPro Niouby steve-gregory titusz ajsierakowski AllanDaemon ahivert more... | tysonclugg schinckel janusle LegoStormtroopr | ipmb | cleemesser |
Documentation | N/A | N/A | N/A | ||||
C10K proof | |||||||
robustness | Super robust. Can use mode that automatically restarts hung application code | ||||||
integrates with virtualenv | . Use -H option to assign virtualenv directory. | ||||||
pip or easy_install enabled | |||||||
https | |||||||
standalone | Not usually recommended. Use behind another webserver to avoid problem with slow clients. | No. Acts as a connector like fastcgi to a webserver like nginx (which has support built-in on the 0.8.x branch). Integrates with nginx, apache, cherokee, lighthttp. For fast development, it does have a standalone webserver. | Yes, for low-medium volume sites. But often used behind other servers. Based on CherryPy's webserver | Yes, for low-medium volume sites. But often used behind other servers. Based on CherryPy's webserver. A fork of django-cpserver | |||
integrates with django manage.py commands | Yes. manage.py runcpserver | . manage.py runwsgiserver |
Search Weight | Package | Description | Last PyPI release: | Repo Forks | Stars | |||
---|---|---|---|---|---|---|---|---|
{{ item.weight / max_weight * 100 | number:0 }}% | {{ item.title }} | Grid: {{ item.description }} | {{ item.last_released | date: 'mediumDate' }} | N/A | {{ item.repo_forks }} | N/A | {{ item.repo_watchers }} | N/A |