欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
WSGI
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 |
||
第1行: | 第1行: | ||
{{SeeWikipedia|Web Server Gateway Interface}} | {{SeeWikipedia|Web Server Gateway Interface}} | ||
− | WSGI is the Web Server Gateway Interface(SWGI | + | WSGI is the Web Server Gateway Interface(SWGI). It is a Python standard, described in detail in [http://www.python.org/dev/peps/pep-0333/ PEP 333]. |
− | + | ==简介== | |
+ | WSGI 是 Python 应用程序或框架和 Web 服务器之间的一种接口, 它是一个 Python 标准, 类似于 Java 的 Servlet API。 | ||
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==实现== | ||
+ | [https://www.fullstackpython.com/wsgi-servers.html WSGI Servers] | ||
+ | *[[Gunicorn]] | ||
+ | *[[uWSGI]] | ||
+ | *[[CherryPy]] | ||
+ | *[https://github.com/GrahamDumpleton/mod_wsgi mod_wsgi] | ||
+ | |||
+ | ==项目== | ||
+ | |||
+ | ==图集== | ||
==链接== | ==链接== | ||
− | *http://wsgi.org | + | *[http://wsgi.org WSGI] |
− | *[http://www.python.org/dev/peps/pep-0333/ PEP 333 -- Python Web Server Gateway Interface v1.0] | + | *[http://www.python.org/dev/peps/pep-0333/ PEP 333 -- Python Web Server Gateway Interface v1.0.1] |
− | |||
[[category:python]] | [[category:python]] | ||
[[category:web server]] | [[category:web server]] |
2020年12月4日 (五) 01:45的版本
您可以在Wikipedia上了解到此条目的英文信息 WSGI Thanks, Wikipedia. |
WSGI is the Web Server Gateway Interface(SWGI). It is a Python standard, described in detail in PEP 333.
目录 |
简介
WSGI 是 Python 应用程序或框架和 Web 服务器之间的一种接口, 它是一个 Python 标准, 类似于 Java 的 Servlet API。
功能
实现
项目
图集
链接
分享您的观点