Re: Nevow instead of twisted.web
"David S." <[email protected]> Fri, 02 Nov 2007 19:57:32 -0400
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <[email protected]> |
Jean-Paul Calderone wrote: > Nevow uses Deferreds instead of NOT_DONE_YET. Athena and LivePage are > mainly > pushing messages from the server to a browser at some point after the > initial > page render has finished. Aha. One big benefit, then, that Nevow offers is being able to simply return a deferred. That is nice. May I ask where I should be looking to find this sort of usage documentation? The best I can find is example code, which is challenging for a noob. Thanks again. Peace, David S.