Closed jantman closed 8 years ago
It looks like I could just use Klein within twisted. But do I really want to handle the ajax myself?
divmod Nevow - maybe it's not THAT awful.
Ok, so... gut reaction to this: there's too much magic going on in Nevow for me. I feel like I'd rather keep the code clean and straightforward. Assuming I can use Klein from the Twisted app... which it looks like I can, provided I peg the Klein version and just re-implement some of the main Klein() class logic...
So some notes...
Trying to figure out what to use for rendering the web content and hooking in client-side code... the main options I'm considering are either Divmod Nevow which is a whole Twisted-based framework that includes page building, fragments and ajax-y automation stuff, or just using Klein ... or something else? There's not a whole lot in the Twisted world for this...