JavaShuo
栏目
标签
WEB - WSGI
时间 2019-11-13
标签
web
wsgi
栏目
HTML
繁體版
原文
原文链接
传送门
https://www.zhihu.com/question/19998865/answer/26203965
https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface
https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001386832689740b04430a98f614b6da89da2157ea3efe2000
https://www.python.org/dev/peps/pep-0333/
概念
WSGI是一个接口规范;若是服务器支持WSGI,Python的WEB APP支持WSGI,那么这个WEB APP能够运行在这个服务器上。
WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server communicates with web applications, and how web applications can be chained together to process one request.
WSGI是一个规范,只是一个规范,定义了Web服务器如何与Python应用程序进行交互,使得使用Python写的Web应用程序能够和Web服务器(nginx/apache)对接起来。
相关文章
1.
web学习之wsgi
2.
python Web应用-WSGI
3.
【Python Programe】WSGI (Web Server Gateway Interface)
4.
Web 开发规范 — WSGI
5.
18 WSGI mini-web框架
6.
wsgi (Python Web Server Gateway Interface) ******************
7.
WSGI
8.
wsgi
9.
wsgi-02
10.
WSGI & uwsgi
更多相关文章...
•
Web 标准
-
网站建设指南
•
Web 词汇表
-
网站建设指南
•
Tomcat学习笔记(史上最全tomcat学习笔记)
•
Docker容器实战(八) - 漫谈 Kubernetes 的本质
相关标签/搜索
wsgi
web
wsgi+apache
wsgi+tg2
wsgi+django
apache+wsgi
wsgi+python3.5
wsgi+flask
wsgi&django
django+wsgi+nginx
HTML
Web Services 教程
PHP教程
MySQL教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
[最佳实践]了解 Eolinker 如何助力远程办公
2.
katalon studio 安装教程
3.
精通hibernate(harness hibernate oreilly)中的一个”错误“
4.
ECharts立体圆柱型
5.
零拷贝总结
6.
6 传输层
7.
Github协作图想
8.
Cannot load 32-bit SWT libraries on 64-bit JVM
9.
IntelliJ IDEA 找其历史版本
10.
Unity3D(二)游戏对象及组件
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
web学习之wsgi
2.
python Web应用-WSGI
3.
【Python Programe】WSGI (Web Server Gateway Interface)
4.
Web 开发规范 — WSGI
5.
18 WSGI mini-web框架
6.
wsgi (Python Web Server Gateway Interface) ******************
7.
WSGI
8.
wsgi
9.
wsgi-02
10.
WSGI & uwsgi
>>更多相关文章<<