standalone python web server
Thomas Bach
thbach at students.uni-mainz.de
Thu Feb 9 06:28:21 EST 2012
More information about the Python-list mailing list
Thu Feb 9 06:28:21 EST 2012
- Previous message (by thread): standalone python web server
- Next message (by thread): standalone python web server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rita <rmorgan466 at gmail.com> writes: > I am building a small intranet website and I would like to use > Python. I was wondering if there was a easy and medium performance > python based web server available. Are you going to use a framework? Most of these ship with a light web server implementation… You probably want to check these out too… I got a pretty robust setup via + nginx, + supervisord, + the web server shipped with Pyramid If you want to use the WSGI standard I'd recommend to read http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment.html This document describes several possible set ups to serve an WSGI application… Regards, vince
- Previous message (by thread): standalone python web server
- Next message (by thread): standalone python web server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list