GAE webapp an alternative that works outside the GAE environment

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!

+2
source share
7 answers

The preliminary version of Tipfy adds the ability to use it outside of the App Engine.

Alternatively, instead of looking for a web environment that runs in multiple environments, you might want to try running App Engine applications in other environments with something like AppScale , or TyphoonAE .

+1
source

Take a look at web2py , in my opinion this is a great and well-documented web infrastructure, and it offers a powerful Dal that allows your application to be portable between different types of databases, * is included in the GAE data warehouse .

* with some limitations explained here

+1

. Pyramid Google App Engine

, SQLAlchemy GAE, . , , , .

0

Django-. Django, .

Django Google App Engine

0

GAE , Django Nonrel . Flask, , - .

GAE.

.

tipfy.

0

, GAE:

AE

, , .

0

All Articles