mod_wsgi is an Apache module that provides a standard and efficient method for dynamic web applications to communicate with Apache web servers. mod_wsgi is a simple to use module that can be used to ...
Python web applications have long adhered to the Web Server Gateway Interface (WSGI) standard, which describes how they talk to web servers. WSGI, originally introduced in 2003 and updated in 2010, ...
This repo demonstrates how to create a server bot for the Poe platform using a WSGI Python web application. A functioning instance of this bot is available on Poe as Server-Bot-WSGI (by @robhewitt).