|
|
|
|
|
by gyepi
4741 days ago
|
|
I think the App Engine is perfect for developers who don't want to have to make decisions about servers and infrastructure. This can be beneficial. However, your design must fit their infrastructure. Depending on your application, this may or may not be a good thing. If you ever need/want/have to migrate your application elsewhere, you'd have to replicate their environment or rewrite the application. For the kinds of applications I work on, those are deal breakers so I use AWS (which also has its limitations) or some other server hosting service instead. |
|
I run a number of apps on Python/App Engine specifically because I don't want to deal with servers/infrastructure/scaling. Sometimes the limitations aren't ideal, but it's still a trade-off I've been happy with overall.