I enjoy working with the GAE environment as well as its webapp infrastructure. I am creating a web application using the GAE environment. I’m thinking about how to create a version of my application that could work in a different environment, for example, using some other hosting or cloud service. I know that I will have to think about an alternative to storing the database, as well as about some other functions that GAE provides and is not available on another platform out of the box. But now I wonder about the webapp platform. So what can I use as an alternative to this in GAE? Maybe there is some existing structure that is as close as possible to GAEP webapp? I know that he uses webob, maybe someone has already implemented this alternative? Please give me some advice. Thank!
source
share