Nagare (web framework)
| This is the current revision of this page, as edited by 91.235.91.62 (talk) at 01:16, 11 May 2016. The present address (URL) is a permanent link to this version. |
| Developer(s) | Alain Poirier, Net-ng |
|---|---|
| Initial release | September 2008 |
| Stable release |
0.4.1 / January 18, 2012
|
| Development status | Stalled |
| Written in | Stackless Python |
| Type | Web framework |
| License | BSD license |
| Website | www |
Nagare is a free and open-source web framework for developing web applications in Stackless Python.
Nagare uses a component model inspired by Seaside, and, like Seaside, Nagare uses continuations to provide a framework where the HTTP connectionless request / response cycle doesn't break the normal control flow of the application.[1] This allows web applications to be developed in much the same way as desktop applications, for rapid application development.[2] However, Nagare is written in Python rather than Smalltalk.
References[edit]
- ^ Nagare features Retrieved February 2, 2011
- ^ An intranet portal for French Yves Rocher’s stores Retrieved February 2, 2011
External links[edit]
- Official website
- Nagare on PyPI
- Nagare on OpenAlexandria
- Yves Rocher à l'International, an example of a commercial web site implemented with Nagare
| This Web-software-related article is a stub. You can help Wikipedia by expanding it. |