Nevow

Nevow

Nevow

Python web application framework


Nevow (pronounced like the French nouveau) is a Python web application framework originally developed by the company Divmod. 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.

Quick Facts Original author(s), Developer(s) ...

Nevow had 960 unit tests as of June 2008,[6] and was deployed on several high-profile web sites, most notably the official Python site.[7]

As of mid-2010, Divmod went out of business,[8] causing development work on Nevow to all but cease, and in 2011 its homepage was no longer accessible.[9] There is a project on Launchpad, hosting the source code of Divmod[10] including the source code of the Nevow project.[11]

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.[12] 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.


References

  1. Donovan Preston, @donovanpreston Mountain View, CA, I work at Mozilla Research mostly in JavaScript. I hack with dom.js and spidermonkey and rust. Previously, I worked with Python, eventlet, nevow, twisted. http://donovanpreston.blogspot.com/
  2. Subject: Re: ANN: Twisted 1.1.0, the framework of *your* internet, From: Donovan Preston, Date: 2003-10-27, Newsgroups: gmane.comp.python.twisted, nevow was originally a research project -- a weekend's worth of hacking whose benefits turned out to be so great that we decided to focus on bringing it up to a usable state for Quotient as soon as possible. And that's where it is now.
  3. "Releases · twisted/nevow". Retrieved 2020-11-04.
  4. Running Nevow on top of PyPy, June 20, 2008, PyPy Status Blog
  5. PythonWebsitePyramidDocs, Pyramid is the internal website templating system used to build the python.org pages. (It is not connected to the Pyramid web framework, formerly named BFG, that's used with Pylons.) Pyramid uses Nevow as its templating system and YAML as the format for its file based data - PythonInfo Wiki, python.org
  6. Goodbye, Divmod. Hello, World!, July 10, 2009, Deciphering Glyph
  7. Divmod Archived August 13, 2006, at the Wayback Machine
  8. History, Nevow Athena from Scratch, or The Evolution of a Chat Application — Divmod Nevow vtrunk documentation

Share this article:

This article uses material from the Wikipedia article Nevow, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.