Ticket #237 (closed task: fixed)
Support for Google App Engine deployment
| Reported by: | thijs | Owned by: | nick |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.3 |
| Component: | Documentation | Version: | 0.3 |
| Keywords: | Cc: | ||
| Fixed in revision: | Branch: | ||
| Author: |
Description (last modified by thijs) (diff)
From the Google App Engine faq: Google App Engine lets you run your web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.
Google App Engine applications are implemented using the Python programming language. The runtime environment includes the full Python language and most of the Python standard library.
We should create a GoogleAppEngine tutorial that shows how to setup a PyAMF application with this system, which will be served on http://pyamf.appspot.com


