Web Server Gateway Interface

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.

파이썬 웹 애플리케이션과 웹 서버 간의 인터페이스로서 사용.

B) Related

C) References