Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Web Server Gateway Interface
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==WSGI-compatible applications and frameworks== {{example farm|section|date=September 2018}} Numerous [[web framework]]s support WSGI: {{div col|colwidth=}} * [https://github.com/jonashaag/bjoern bjoern] * [[BlueBream]] * bobo<ref name="bobo">{{cite web|url=http://bobo.digicool.com |title=ใใจใฉใชใขใธใงใซใฎๅนๆใฏ? |website=Bobo.digicool.com |access-date=2017-01-27}}</ref> * Bottle * [[CherryPy]] * [[Django (web framework)|Django]]<ref name="djangowsgi">{{cite web|url=http://www.djangoproject.com/weblog/2005/jul/18/local_server/ |title=Django without mod_python, and WSGI support | Weblog | Django |website=Djangoproject.com |date=2005-07-18 |access-date=2017-01-27}}</ref> * [[Eventlet]]<ref>{{cite web|url=http://eventlet.net/doc/modules/wsgi.html |title=wsgi โ WSGI server โ Eventlet 0.20.1 documentation |website=Eventlet.net |access-date=2017-01-27}}</ref> * [https://github.com/jamesroberts/fastwsgi FastWSGI] * [[Flask (programming)|Flask]] * Falcon (web framework) <ref>{{cite web|url=https://falconframework.org |title=Falcon - Bare-metal web API framework for Python |access-date=2017-10-22}}</ref> * [[Gevent-FastCGI]]<ref name="gevent-fastcgi">{{cite web|url=https://pypi.python.org/pypi/gevent-fastcgi |title=gevent-fastcgi 1.0.2.1 : Python Package Index |website=Pypi.python.org |date=2015-12-06 |access-date=2017-01-27}}</ref> * [[Google App Engine]]'s webapp2 * [[Gunicorn (HTTP server)|Gunicorn]] * prestans<ref name="prestans">{{cite web|url=https://github.com/prestans/prestans/ |title=anomaly/prestans: A WSGI compliant REST micro-framework |website=GitHub.com |access-date=2017-01-27}}</ref> * [[mod_wsgi]] for use with [[Apache (web server)|Apache]]<ref>{{cite web|url=http://code.google.com/p/modwsgi/ |title=Google Code Archive - Long-term storage for Google Code Project Hosting |website=Code.google.com |access-date=2017-01-27}}</ref> * netius * pycnic<ref name="pycnic">{{cite web|url=http://pycnic.nullism.com |title=Pycnic Framework |website=Pycnic.nullism.com |access-date=2017-01-27}}</ref> * [[Python Paste|Paste]] component WebOb is specifically a WSGI extension. It was adopted by the [[Pylons project]]. * [[Pylons project|Pylons]] * [[Pyramid (web framework)|Pyramid]] * restlite<ref name="restlite">{{cite web|url=https://github.com/theintencity/restlite |title=theintencity/restlite: Light-weight RESTful server tools in Python |website=GitHub.com |access-date=2017-01-27}}</ref> * [[Tornado (web server)|Tornado]] * [[Trac]] * [[TurboGears]] * [[Uliweb]]<ref name="Uliweb">{{cite web|url=https://github.com/limodou/uliweb |title=limodou/uliweb: Simple and easy use python web framework |website=GitHub.com |access-date=2017-01-27}}</ref> * [[uWSGI]] * Waitress<ref name="waitress">{{cite web|url=https://docs.pylonsproject.org/projects/waitress/en/latest/ |title=waitress documentation |website=docs.pylonsproject.org |access-date=2018-09-26}}</ref> * [[web.py]]<ref name="web.py">{{cite web|url=http://webpy.org/ |title=Welcome to |website=Web.py |date=2009-09-11 |access-date=2017-01-27}}</ref> * [[web2py]] * weblayer<ref name="weblayer">{{cite web|url=http://packages.python.org/weblayer |title=weblayer โ weblayer v0.4.3 documentation |website=Packages.python.org |access-date=2017-01-27}}</ref> * Werkzeug<ref name="Werkzeug">{{cite web|url=http://werkzeug.pocoo.org/ |title=Welcome | Werkzeug (The Python WSGI Utility Library) |website=Werkzeug.pocoo.org |access-date=2017-01-27}}</ref> * Radicale<ref name="Radicale">{{cite web|url=http://radicale.org/ |title=CalDAV and CardDAV Server - A Simple Calendar and Contact Server |website=Radicale.org |access-date=2017-01-27}}</ref> {{div col end}} Currently wrappers are available for [[FastCGI]], [[Common Gateway Interface|CGI]], [[SCGI]], [[Apache JServ Protocol|AJP]] (using flup), [[Twisted (software)|twisted.web]], Apache (using [[mod_wsgi]] or [[mod_python]]), [[Nginx]] (using ngx_http_uwsgi_module),<ref>{{cite web|url=http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html |title=Module ngx_http_uwsgi_module |website=Nginx.org |access-date=2017-01-27}}</ref> [[Nginx#Nginx Unit|Nginx Unit]] (using the Python language module),<ref>{{cite web|url=https://unit.nginx.org/configuration/#python |title=Configuration โ NGINX Unit |website=Unit.nginx.org |access-date=2023-05-04}}</ref> and [[Internet Information Services|Microsoft IIS]] (using WFastCGI,<ref>{{cite web|url=https://pytools.codeplex.com/wikipage?title=wfastcgi |title=Python Tools for Visual Studio - Documentation |website=Pytools.codeplex.com |access-date=2017-01-27}}</ref> isapi-wsgi,<ref>{{cite web|url=http://code.google.com/p/isapi-wsgi/ |title=Google Code Archive - Long-term storage for Google Code Project Hosting |website=Code.google.com |access-date=2017-01-27}}</ref> PyISAPIe,<ref>{{cite web|url=http://pyisapie.sourceforge.net/ |title=Python ISAPI Extension for IIS download | SourceForge.net |website=Pyisapie.sourceforge.net |date=2012-04-24 |access-date=2017-01-27}}</ref> or an [[Active Server Pages|ASP]] gateway).
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)