Software:Nagare (web framework)

From HandWiki
Short description: Python web framework
Nagare
Developer(s)Alain Poirier, Net-ng
Initial releaseSeptember 2008; 15 years ago (2008-09)
Written inStackless Python
TypeWeb framework
LicenseBSD license
Website{{{1}}}

Nagare is a free and open-source web framework for developing web applications in Stackless Python.[1]

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.[2] This allows web applications to be developed in much the same way as desktop applications, for rapid application development.[3] However, Nagare is written in Python rather than Smalltalk.

References

External links