Changes between Version 1 and Version 2 of Ticket #1963, comment 15
- Timestamp:
- 2014-03-17T21:09:02Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1963, comment 15
v1 v2 6 6 7 7 * nevow.appserver 8 * nevow.appserver. !NevowRequest9 * nevow.appserver. !NevowSite8 * nevow.appserver.NevowRequest 9 * nevow.appserver.NevowSite 10 10 * nevow.resource_filename 11 11 12 12 and 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. 13 13 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 feel slike twisted.web is a third world "web framework" coming from something like Flask.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 feel like twisted.web is a third world "web framework" coming from something like Flask. 15 15 16 16 If 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.