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.
安裝cuda+cuDNN
2.
GitHub的使用說明
3.
phpDocumentor使用教程【安裝PHPDocumentor】
4.
yarn run build報錯Component is not found in path 「npm/taro-ui/dist/weapp/components/rate/index「
5.
精講Haproxy搭建Web集羣
6.
安全測試基礎之MySQL
7.
C/C++編程筆記:C語言中的複雜聲明分析,用實例帶你完全讀懂
8.
Python3教程(1)----搭建Python環境
9.
李宏毅機器學習課程筆記2:Classification、Logistic Regression、Brief Introduction of Deep Learning
10.
阿里雲ECS配置速記
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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
>>更多相關文章<<