flâneur — a map of the web's best reading

WSGI Servers - Full Stack Python

fullstackpython.com · 1,425 words · saved by 1 readers

A Web Server Gateway Interface (WSGI) server runs Python code to create a web application. Learn more about WSGI servers on Full Stack Python.

WSGI Servers - Full Stack Python Full Stack Python All topics | Blog | Supporter's Edition | @fullstackpython | Facebook | What's new? WSGI Servers A Web Server Gateway Interface (WSGI) server implements the web server side of the WSGI interface for running Python web applications. Why is WSGI necessary? A traditional web server does not understand or have any way to run Python applications. In the late 1990s, a developer named Grisha Trubetskoy came up with an Apache module called mod_python to execute arbitrary Python code. For several years in the late 1990s and early 2000s, Apache configur

Explore this link on the map →

related reading