简介
相关资料
- 理解WSGI
- PEP 333 -- Python Web Server Gateway Interface v1.0
- WSGI-Gateway or Glue? - 动态感觉 静观其变 - 歪酷博客 Ycool Blog
[http://pythonpaste.org/ Paste] ["PasteQuickIn"] 为编写基于WSGI的应用程序或框架提供一个良好的基础, 比如:提供wsgi web服务器,常用wsgi中间件 等.
[http://www-128.ibm.com/developerworks/library/wa-wsgi/ Mix and match Web components with Python WSGI]
中译版本 [:/MixMatchWebComponentsWithPyWSGI:使用PyWSGI混合WEB组件]
[http://xlp223.yculblog.com/post.2566634226.html Why so many Python web frameworks?(中译版本)]
[http://xlp223.yculblog.com/post.2566639120.html WSGI-Gateway or Glue?(中译版本)]
- 实用WSGI
- 用 Python WSGI 混和并匹配 Web 组件
PyLons 对 WEB服务网关接口(WSGI)的支持
- WSGI框架
- Frameworks - WSGI Wiki
A Pylons controller with MoinMoin as a WSGI callable - PylonsCookbook - PythonWeb
规范
WSGI应用程序
WSGI服务器
WSGI中间件
规范细节
讨论