You focus on building awesome web applications, App Engine does the rest
Always remember: developers.google.com/appengine
Four easy steps
The SDK contains:
Your application can be written in
Your application will execute in a sandbox
The sandbox aims to make it better for everyone
Restrictons vary per language, but generally
src/
war/
index.html
style/
js/
WEB-INF/
web.xml
- Servlet configurationappengine-web.xml
- App Engine configurationapp.yaml
- App Engine configurationnew_project_template
and demos
directories to helpSupport differs per language
Free quota and then start paying
dev_appserver.py
appcfg.py
Useful links: