google ad

Idea

Python web application frameworks have been a problem for new Python users because the choice of web framework would limit the choice of usable web servers, and vice versa. Python applications were often designed for only one of CGI, FastCGI, mod_python or some other custom API of a specific web-server.

WSGI was created as a low-level interface between web servers and web applications or frameworks to promote common ground for portable web application development.

No comments:

Post a Comment