standalone python web server

Rita rmorgan466 at gmail.com
Thu Feb 9 07:41:26 EST 2012


yes, I would like to use a framework. I like the twisted method the user
posted. Are there any examples of it using a framework, get/post, etc..?



On Thu, Feb 9, 2012 at 6:28 AM, Thomas Bach <thbach at students.uni-mainz.de>wrote:

> 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
>



-- 
--- Get your facts first, then you can distort them as you please.--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120209/254bbe6e/attachment-0001.html>


More information about the Python-list mailing list