The Web Server Gateway Interface (WSGI) specification — documented in PEP 3333 — defines a simple universal-interface between web servers and web applications. Enabling web developers to mix and match WSGI compliant servers and applications.
This lab introduces some of the primary concepts of WSGI applications.
Expand your development skills by learning the low level web application interface implemented by most modern Python web application frameworks.
Learning Objectives
At the end of this lab you'll be familiar with:
Intended Audience
Prerequisites
Updates
April 19th, 2023 - Updated theia to enable autosave