[Twisted-web] beginners question

glyph at divmod.com glyph at divmod.com
Mon Jul 31 10:34:54 CDT 2006



On Mon, 31 Jul 2006 12:47:24 +0200, Alex Greif <alex.greif at gmail.com> wrote:
>Hi NG,
>I am completely new to twisted, but want to give it a try :)
>
>I have a small website running, serving dynamic content with Pylons.
>For switching to twisted, do I have to use the web or the web2 module?

If you want to work at the abstraction level of Pylons, you probably want to ignore the web/web2 distinction and work with Nevow.  That means using web1 for now and web2 when it's ready, with minimal changes to the API.

However, you should read this page with an eye to your specific requirements:

    http://twistedmatrix.com/trac/wiki/WebDevelopmentWithTwisted

(Also, please do not cross-post web questions to twisted-python; we have a separate list on purpose.)



More information about the Twisted-web mailing list