|
Project Information
Members
Links
|
The project is moved to "Net-Fish".Goals:This project try to provide a web framework with highly pluggable and components and applications which running on google appengine to benefit from the power of cloud computing. About web framework:Some ideas have been taken from the popular python project Django. Django has done very good job which provides almost everything as a web framework, but sadly it does not support non-relational database like google appengine datastore. Fortunately I found two projects which try to make it work on appengine:
Infrastructure:Because none of the above are good enough, I decided to write something by myself. Instead of starting everything from scratch, I include google-app-engine-django as well, thus you can use some components of django like:
Features:
Demo:As example, I wrote a simple blog application, more apps can be easily added. Download:To try the framework, simply check out the latest code from svn or github. Documentation:to-do |