欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
WSGI
来自开放百科 - 灰狐
(版本间的差异)
(→Links) |
小 (→实现) |
||
(未显示1个用户的13个中间版本) | |||
第1行: | 第1行: | ||
− | WSGI is the Web Server Gateway Interface | + | {{SeeWikipedia|Web Server Gateway Interface}} |
− | Python Web | + | |
− | == | + | 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]. |
− | *http://wsgi.org | + | |
− | *[http://www.python.org/dev/peps/pep-0333/ PEP 333 -- Python Web Server Gateway Interface v1.0] | + | ==简介== |
− | + | WSGI 是 Python 应用程序或框架和 Web 服务器之间的一种接口, 它是一个 Python 标准, 类似于 Java 的 Servlet API。 | |
+ | |||
+ | ==功能== | ||
+ | |||
+ | ==实现== | ||
+ | [https://www.fullstackpython.com/wsgi-servers.html WSGI Servers] | ||
+ | *[[Gunicorn]] | ||
+ | *[[uWSGI]] | ||
+ | *[[CherryPy]] | ||
+ | *[[Twisted]] Web | ||
+ | *[https://github.com/GrahamDumpleton/mod_wsgi mod_wsgi] | ||
+ | *[[Waitress]] | ||
+ | |||
+ | ==项目== | ||
+ | *[[Phusion Passenger]] | ||
+ | *[[Tornado]] It is not based on WSGI, and it is typically run with only one thread per process. | ||
+ | |||
+ | ==图集== | ||
+ | |||
+ | ==链接== | ||
+ | *[http://wsgi.org WSGI] | ||
+ | *[http://www.python.org/dev/peps/pep-0333/ PEP 333 -- Python Web Server Gateway Interface v1.0.1] | ||
+ | |||
+ | |||
+ | [[category:python]] | ||
+ | [[category:web server]] |
2020年12月14日 (一) 03:51的最后版本
您可以在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。
[编辑] 功能
[编辑] 实现
[编辑] 项目
- Phusion Passenger
- Tornado It is not based on WSGI, and it is typically run with only one thread per process.
[编辑] 图集
[编辑] 链接
分享您的观点