Google App Engine: Your App, at Scale With
Google App Engine: Your App, at Scale With
Java: Using App Engine’s Java runtime environment, you can build your application
using standard Java technologies.
Python: App Engine features a fast Python interpreter and standard Python libraries.
PHP: App Engine uses Google's Cloud Platform services under the hood when you
call standard PHP functions.
Go: App Engine features a Go runtime environment that runs natively compiled Go
code.
THE APP ENGINE RUNTIME
ENVIRONMENT
Google App Engine makes it easy to build and deploy an application that
runs reliably even under heavy load and with large amounts of data.
It includes the following features:
Persistent storage
Automatic scaling and load balancing.
Asynchronous task queues for performing work outside the
scope
Scheduled tasks for triggering events at specified times
Integration with other Google cloud services and APIs.
THE APP ENGINE DEVELOPMENT
ENVIRONMENT