Glossary
- WSGI
- The Web Services Gateway Interface is a standardised interface
between web servers and web applications for the Python
programming language defined in PEP 333. Many web servers
support this interface which allows an application to be easily
hosted on different servers.