摘要: WSGI与Guincorn WSGI WSGI (Web Server Gateway Interface),WSGI是为Python语言定义的Web服务器和Web应用程序之间的一种通用接口。 如下图,WSGI就像一座桥梁,一边连着web服务器,另一边连着应用程序。 wsgi server可以理解为 阅读全文
posted @ 2017-08-07 10:59 如果的事 阅读(3116) 评论(0) 推荐(0)