Web Server Gateway Interface (WSGI)

Sources:

title: ## Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

About

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.

WSGI is a Python standard described in detail in PEP 3333.

For more, see Learn about WSGI.

Frameworks

Frameworks that run on WSGI:


Appendix

Note created on 2024-05-08 and last modified on 2024-05-08.

LIST FROM [[Web Server Gateway Interface (WSGI)]] AND -"CHANGELOG" AND -"//Web Server Gateway Interface (WSGI)"

(c) No Clocks, LLC | 2024