Web Server Gateway Interface
Sign in to saveAlso known as WSGI
calling convention for web servers to forward requests to web applications written in Python
Described at

PEP 333 – Python Web Server Gateway Interface v1.0 | peps.python.org
This document specifies a proposed standard interface between web servers and Python web applications or frameworks, to promote web application portability across a variety of web servers.
python.org →Link to a page describing this subject · 40,000 chars · not written by Vinony
Wikidata facts
- Instance of
- application programming interface
- Has use
- web application
Show 3 more facts
- programmed in
- Python
- Stack Exchange tag
- stackoverflow.com/tags/wsgi
- described at URL
- wsgi.readthedocs.io/en/latest
Sources (1)
via Wikidata · CC0
Article · 日本語
Web Server Gateway Interface (WSGI; ウィスキー) は、プログラミング言語Pythonにおいて、WebサーバとWebアプリケーション(あるいはWebアプリケーションフレームワーク)を接続するための、標準化されたインタフェース定義である。また、WSGIから着想を得て、他の言語でも同様のインタフェースが作られた。
Abstract from DBpedia / Wikipedia · CC BY-SA