Luxist Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. TurboGears - Wikipedia

    en.wikipedia.org/wiki/TurboGears

    TurboGears is a Python web application framework consisting of several WSGI components such as WebOb, SQLAlchemy, Kajiki template language and Repoze.. TurboGears is designed around the model–view–controller (MVC) architecture, much like Struts or Ruby on Rails, designed to make rapid web application development in Python easier and more maintainable.

  3. Gunicorn - Wikipedia

    en.wikipedia.org/wiki/Gunicorn

    The Gunicorn "Green Unicorn" (pronounced jee-unicorn or gun-i-corn) [2] is a Python Web Server Gateway Interface (WSGI) HTTP server. It is a pre-fork worker model, ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with a number of web frameworks, simply implemented, light on server resources and fairly fast. [3]

  4. mod_wsgi - Wikipedia

    en.wikipedia.org/wiki/Mod_wsgi

    mod_wsgi is an Apache HTTP Server module by Graham Dumpleton that provides a WSGI compliant interface for hosting Python based web applications under Apache. As of version 4.5.3, mod_wsgi supports Python 2 and 3 (starting from 2.6 and 3.2). [1] It is an alternative to mod_python, CGI, and FastCGI solutions for Python-web integration. It was ...

  5. Django (web framework) - Wikipedia

    en.wikipedia.org/wiki/Django_(web_framework)

    Django can be run in conjunction with Apache, Nginx using WSGI, Gunicorn, or Cherokee using flup (a Python module). [25] [26] Django also includes the ability to launch a FastCGI server, enabling use behind any web server which supports FastCGI, such as Lighttpd or Hiawatha. It is also possible to use other WSGI-compliant web servers. [27]

  6. CherryPy - Wikipedia

    en.wikipedia.org/wiki/CherryPy

    Support for any other WSGI-enabled web server or adapter, including Apache, IIS, lighttpd, mod_python, FastCGI, SCGI, and mod_wsgi. A native mod_python adapter. Multiple HTTP servers (e.g. ability to listen on multiple ports). [7] A plugin system [8] CherryPy plugins hook into events within the server process — into server startup, server ...

  7. uWSGI - Wikipedia

    en.wikipedia.org/wiki/UWSGI

    uWSGI is an open source software application that "aims at developing a full stack for building hosting services". [3] It is named after the Web Server Gateway Interface (WSGI), which was the first plugin supported by the project.

  8. List of Python software - Wikipedia

    en.wikipedia.org/wiki/List_of_Python_software

    mod_python, an Apache module allowing direct integration of Python scripts with the Apache web server; PyObjC, a Python to Objective-C bridge that allows writing OS X software in Python; Robot Framework, a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD)

  9. Microframework - Wikipedia

    en.wikipedia.org/wiki/Microframework

    A microframework is a term used to refer to minimalistic web application frameworks.It is contrasted with full-stack frameworks. It lacks most of the functionality which is common to expect in a full-fledged web application framework, such as: