Which webserver to use with bottle?

Posted by luc on Stack Overflow See other posts from Stack Overflow or by luc
Published on 2010-05-31T10:37:03Z Indexed on 2010/05/31 10:43 UTC
Read the original article Hit count: 295

Filed under:
|

Bottle can use several webservers:

Build-in HTTP development server and support for paste, fapws3, flup, cherrypy or any other WSGI capable server.

I am using bottle for a desktop-app and I guess that the development server is enough in this case.

I would like to know if some of you have experience with one of the alternative server.

Which server for which purpose?

Thanks in advance

© Stack Overflow or respective owner

Related posts about python

Related posts about bottle