Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google App Engine? #15

Open
rofrol opened this issue Mar 21, 2014 · 0 comments
Open

Google App Engine? #15

rofrol opened this issue Mar 21, 2014 · 0 comments
Labels

Comments

@rofrol
Copy link
Owner

rofrol commented Mar 21, 2014

examples http://code.google.com/p/appengine-go/source/browse/example/

stack http://stackoverflow.com/questions/tagged/google-app-engine+go?sort=votes&pageSize=15

http://stackoverflow.com/questions/tagged/google-app-engine

Cons
after working/creating a real application on GAE for a year, now my opnion is that unless you are making a application which needs to scale to million and million of users, don't use GAE. Maintaining and doing trivial tasks in GAE is a headache due to distributed nature, to avoid deadline exceeded errors, count entities or do complex queries requires complex code, so small complex application should stick to LAMP. http://stackoverflow.com/questions/110186/feedback-on-using-google-app-engine

http://stackoverflow.com/questions/565963/hidden-limitations-of-google-app-engine

Pros
http://stackoverflow.com/questions/2246550/are-people-really-using-google-app-engine-or-they-are-just-playing-with-it-beca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant