Table of Contents
    Home / Definitions / WSGI
    Development 1 min read
    Short for Web Server Gateway Interface, WSGI is a standard interface for Python Web applications to communicate with Web servers. WSGI separates the Web application from the Web server, similar to a Java servlet enabling Web framework developers to easily interface with Web servers. WSGI is also used to build Web applications.

    See also “Building a Photo Gallery with Python and WSGI” on Developer.com.

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%