Yes, Nagare (http://www.nagare.org) is a continuation-aware Web framework with the same components model than Seaside. Python Stackless is used to take continuations and also to serialize all the states, which can be…
Nagare (http://nagare.org) for Stackless Python
For a real different coding style, more like a desktop development, take a look at Nagare (http://www.nagare.org), a continuation and components based web framework. And it also comes with an integrated HTTP server (and…
Nagare (http://www.nagare.org) is really different. Not yet-another-MVC-framework clone but based on a true components architecture and using continuation, like the Seaside framework, to free the developers of the Web…
The python Nagare framework use both approaches of programmatic HTML and minimalist HTML templating. For example, to create a HTML list, in a div, from a Python list: from nagare.namespaces import xhtml l = ['the',…
We use Nagare (http://www.nagare.org) for our most important customers projects, A framework with a very different approach to web development than the classic MVC / url routing / session object / template frameworks.
The complete canonical example of the counter. Of course with the back button and browser fork working. Launched with : nagare-admin serve-module counter.py:Counter counter…
Yes, Nagare (http://www.nagare.org) is a continuation-aware Web framework with the same components model than Seaside. Python Stackless is used to take continuations and also to serialize all the states, which can be…
Nagare (http://nagare.org) for Stackless Python
For a real different coding style, more like a desktop development, take a look at Nagare (http://www.nagare.org), a continuation and components based web framework. And it also comes with an integrated HTTP server (and…
Nagare (http://www.nagare.org) is really different. Not yet-another-MVC-framework clone but based on a true components architecture and using continuation, like the Seaside framework, to free the developers of the Web…
The python Nagare framework use both approaches of programmatic HTML and minimalist HTML templating. For example, to create a HTML list, in a div, from a Python list: from nagare.namespaces import xhtml l = ['the',…
We use Nagare (http://www.nagare.org) for our most important customers projects, A framework with a very different approach to web development than the classic MVC / url routing / session object / template frameworks.
The complete canonical example of the counter. Of course with the back button and browser fork working. Launched with : nagare-admin serve-module counter.py:Counter counter…