WSGI

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(实现)
 
(未显示1个用户的11个中间版本)
第1行: 第1行:
WSGI is the Web Server Gateway Interface(SWGI). It is a specification for web servers and application servers to communicate with web applications (though it can also be used for more than than). It is a Python standard, described in detail in [http://www.python.org/dev/peps/pep-0333/ PEP 333].
+
{{SeeWikipedia|Web Server Gateway Interface}}
  
WSGI是Python应用程序或框架和Web服务器之间的一种接口, 是一组协议, 类似于Java中的Servlet API 
+
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].
==Links==
+
*http://wsgi.org
+
*[http://www.python.org/dev/peps/pep-0333/ PEP 333 -- Python Web Server Gateway Interface v1.0]
+
*http://docs.huihoo.com/wsgi/
+
  
[[Category:Python]]
+
==简介==
 +
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-35x35.png 您可以在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。

[编辑] 功能

[编辑] 实现

WSGI Servers

[编辑] 项目

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱