0 votes
in Python Flask by

What is WSGI?

1 Answer

0 votes
by
WSGI stands for the Web Server Gateway Interface. It is a Python standard defined in PEP 3333. WSGI is pronounced as “Whiskey.” It is a specification that describes how a web server communicates with a web application.
...