Nevow
This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (July 2008) |
Developer(s) | Divmod |
---|---|
Stable release | 0.10.0 / November 25, 2009 |
Written in | Python |
Operating system | Cross-platform |
Type | Web application framework |
License | MIT License |
Website | Nevow Wiki |
Nevow (pronounced like the French nouveau) is a Python web application framework. Template substitution is achieved via a small Tag Attribute Language which is usually embedded in on-disk XML templates, though there is also a pure-Python domain-specific language called Stan, for expressing this markup programmatically. Nevow integrates well with Twisted, a framework for event-driven programming.
Athena
Athena is a Nevow component which facilitates bi-directional, asynchronous communication between the Python and Javascript portions of a web application in the form of remote procedure calls. This technique is typically called Ajax or Comet, though Nevow's implementation predates both of these labels.[citation needed] Athena also includes an inheritance-based Javascript object system, which forms the basis of a client-side widget abstraction, module system and in-browser unit testing kit.
Robust
Nevow is well-tested (over 700 unit tests as of September 2007) and is deployed on several high-profile web sites, most notably the official Python site, python.org.
|
External links
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages where expansion depth is exceeded
- Pages with broken file links
- Articles lacking sources from July 2008
- Articles with invalid date parameter in template
- All articles lacking sources
- All articles with unsourced statements
- Articles with unsourced statements from July 2008
- Scripting languages
- Template engines
- Free software programmed in Python
- Python web application frameworks
- Ajax (programming)
- Software using the MIT license