April 2018
Beginner to intermediate
282 pages
9h 53m
English
App Engine provides a robust environment to create web applications. Supported languages are Java, Python, and PI-IP. Development and deployment of the application to the cloud is well supported by App Engine. App Engine can easily handle updates to new application features and manage the data traffic. AppEngine is divided into two major types - Standard and Flexible.
Standard environment has a integration of Memcache and Task Queue services in the standard App Engine environment. Memcache is an in-memory cache that is shared across App Engine instances. This is used to achieve extremely-high-speed access to get information cached by the web server (for example, authentication or account information).
Whereas ...