...

/

Web Server Gateway Interface (WSGI)

Web Server Gateway Interface (WSGI)

Learn about the role of the gateway in clean architecture.

Python web applications expose a common interface called Web Server Gateway Interface (WSGI). To run the Flask development web server, we have to define a wsgi.py file in the main folder of the project, which is the same folder as the one that contains the cli.py file.

Write code for WSGI

...
Access this course and 1400+ top-rated courses and projects.