standalone python web server

Rodrick Brown rodrick.brown at gmail.com
Wed Feb 8 23:12:04 EST 2012


On Feb 8, 2012, at 11:01 PM, Rita <rmorgan466 at gmail.com> wrote:

> 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. I would like to run it on port :8080 since I wont have root access also I prefer something easy to deploy meaning I would like to move the server from one physical host to another without too much fuss. 
> 
> Currently, I am using flask (development server) and everything is ok but the performance is really bad.
> 

Checkout TwistedWeb it's an HTTP server that can be used as a library or standalone server.

$ twistd web --path . --port 8080
> 
> 
> -- 
> --- Get your facts first, then you can distort them as you please.--
> -- 
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list