Webserver

Packages which serve up django applications as additions or alternatives to the standard mod_wsgi + apache, leaving out pure connectors like fastcgi/flup.

Filter results

Package gunicorn uWSGI waitress granian
Package gunicorn uWSGI waitress granian
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 3
A Rust HTTP server for Python
applications
Category Other Other Other Other
# Using This 112 31 2 0
Python 3?
Development Status Production/Stable Unknown Mature Production/Stable
Last updated Dec. 7, 2023, 9:39 a.m. Dec. 7, 2023, 3:06 p.m. Sept. 9, 2023, 12:21 a.m. Nov. 27, 2023, 11:42 a.m.
Version 21.2.0 2.0.23 2.1.2 0.7.3
Repo GitHub GitHub GitHub GitHub
Commits
Stars 9,272 3,359 1,322 1,062
Repo Forks 1,701 678 165 35
Participants benoitc
tilgovi
berkerpeksag
davisp
javabrett
alq666
sirkonst
hramezani
collinanderson
matrixise
more...
unbit
xrmx
prymitive
Darvame
robygior
funkybob
Shir0kamii
rdeioris
awelzel
aldur
more...
digitalresistor
mcdonc
mmerickel
stevepiercy
tseaver
kgaughan
Frank-Krick
j4mie
marcinkuzminski
agroszer
more...
gi0baro
dependabot[bot]
matthiask
cirospaciari
Aeron
gabrielmbmb
dekkers
kianmeng
shulcsm
timkofu
more...
Documentation n/a
integrates with virtualenv  .
Use -H option to assign virtualenv directory.
robustness Super robust. Can use mode that automatically restarts hung application code
C10K proof
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.
integrates with django manage.py commands

View all grid packages

Features currently being evaluated

Feature Description
integrates with virtualenv
robustness How does it handle memory leaks in the application code, hung operations, etc.
C10K proof Performance measure can it handle a large number of simulatenous connections
pip or easy_install enabled is it a one step install with easy_install or pip?<br>pip install &lt;package_name&gt;
https Can serve https protocol by itself
standalone Acts as a standalone webserver for production use or requires use behind another<br>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<br>runserver cmd. Just add as an installed app to your project
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