python web 框架的本質

WSGI(Web Server Gateway Interface)是一種規範,它定義了使用python編寫的web app與web server之間接口格式,實現web app與web server間的解耦。 python標準庫提供的獨立WSGI服務器稱爲wsgiref。 1 from wsgiref.simple_server import make_server 2 3 4
相關文章
相關標籤/搜索