PYTHON WEB APPLICATIONS AND WSGI
Keywords:
Python, WSGI, Web Server Gateway Interface, Web, CGI, PEP, Flask, Django, HTTPAbstract
This article specifies an interface between web servers and Python web applications. In the Python ecosystem this is crucial because, without WSGI, python web applications will not be able to work with our web servers. The author explains a detailed study of WSGI with its applications, goals, implementation and specification details.
Downloads
References
Downloads
Published
Issue
Section
License

This work is licensed under a Creative Commons Attribution 4.0 International License.
Articles published in this journal are licensed under the Creative Commons Attribution 4.0 International License (CC-BY 4.0). Under this license:
- Share: Copy and redistribute the material in any medium or format
- Adapt: Remix, transform, and build upon the material for any purpose, including commercially
Attribution required: You must give appropriate credit, provide a link to the license, and indicate if changes were made.
License URL: https://creativecommons.org/licenses/by/4.0/
Authors retain copyright of their work while granting the journal first publication rights.