July 2018
Intermediate to advanced
506 pages
16h 2m
English
The App Engine standard environment currently supports Python, Java, Go, PHP, and Node.js. The runtime for each of these languages includes core features and tools such as development servers, packaging and deployment support, scaling, task queues, and App Engine service integrations. The exact set of supported features varies between languages. For example, Google Cloud Endpoints integrations are currently supported in Java and Python, but not Go or PHP.
Due to the sandboxed nature of the App Engine standard environment, some language features and frameworks are limited. For example, support for concurrency varies between languages. Java 7 has partial support for threads, but threads cannot outlive the request, and threads ...