*** Welcome to piglix ***

Google App Engine

Google App Engine
Google App Engine.svg
Developer(s) Google
Initial release April 7, 2008; 8 years ago (2008-04-07)
Stable release
1.9.51 / 29 March 2017 (2017-03-29)
Development status Released
Written in Python, Java, Go, PHP
Operating system linux (glibc)
Platform little-endian 32bits
Type Web development
License Proprietary
Website cloud.google.com/appengine/

Google App Engine (often referred to as GAE or simply App Engine) is a cloud computing platform for developing and hosting web applications in Google-managed data centers. Applications are sandboxed and run across multiple servers. App Engine offers automatic scaling for web applications—as the number of requests increases for an application, App Engine automatically allocates more resources for the web application to handle the additional demand.

Google App Engine is free up to a certain level of consumed resources. Fees are charged for additional storage, bandwidth, or instance hours required by the application. It was first released as a preview version in April 2008 and came out of preview in September 2011.

Currently, the supported programming languages are Python, Java (and, by extension, other JVM languages such as Groovy, JRuby, Scala, Clojure), Go, and PHP. Node.js is also available in the Managed VM environment. Google has said that it plans to support more languages in the future, and that the Google App Engine has been written to be language independent.

Python web frameworks that run on Google App Engine include Django, CherryPy, Pyramid, Flask, web2py and webapp2, as well as a custom Google-written webapp framework and several others designed specifically for the platform that emerged since the release. Any Python framework that supports the WSGI using the CGI adapter can be used to create an application; the framework can be uploaded with the developed application. Third-party libraries written in pure Python may also be uploaded.


...
Wikipedia

...