Changes between Version 1 and Version 2 of Ticket #1963, comment 15


Ignore:
Timestamp:
2014-03-17T21:09:02Z (10 years ago)
Author:
remyroy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1963, comment 15

    v1 v2  
    66
    77* nevow.appserver
    8 * nevow.appserver.!NevowRequest
    9 * nevow.appserver.!NevowSite
     8* nevow.appserver.NevowRequest
     9* nevow.appserver.NevowSite
    1010* nevow.resource_filename
    1111
    1212and whatever is under those including idioms and conventions from Nevow. There seems to be a lot of Nevow code under those from my quick reading of Nevow source code.
    1313
    14 I've been reading the twisted.web documentation and it feels quite different from how it's done with Nevow. twisted.web.template might have been inspired by the templating system from Nevow but the rest of twisted.web not so much. I also feels like twisted.web is a third world "web framework" coming from something like Flask.
     14I've been reading the twisted.web documentation and it feels quite different from how it's done with Nevow. twisted.web.template might have been inspired by the templating system from Nevow but the rest of twisted.web not so much. I also feel like twisted.web is a third world "web framework" coming from something like Flask.
    1515
    1616If we are to replace Nevow with something quite different, I would feel uncomfortable to replace it with twisted.web . I'd prefer to use a battle tested modern minimalist WSGI based "web framework" with twisted.web.wsgi.WSGIResource . I like Flask but I know there are also some nice alternatives. We could still keep using the twisted.web.template to minimize the amount of changes with templates if it makes sense.