Later versions also added support for Python through the WSGI interface, as well as support for Node.js.
WSGI |
Technologies like FastCGI and its derivatives (including SCGI, WSGI) do not exhibit the performance disadvantages of CGI incurred by the constant process spawning.
Functionality provided by WSGI middleware may include authentication, logging, URL redirection, creation of sessions, and compression.