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.

Related questions

0 votes
asked Dec 24, 2022 in Python Flask by sharadyadav1986
0 votes
0 votes
asked Jan 2, 2021 in Python by SakshiSharma
...