Google App Engine: Difference between revisions
Jump to navigation
Jump to search
imported>Tom Morris (New page: {{subpages}} '''Google App Engine''' is a Python-based cloud hosting service provided by Google since April 2008. It allows one to ...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
'''Google App Engine''' is a [[Python programming language|Python]]-based [[cloud computing|cloud hosting]] service provided by [[Google]] since April 2008. It allows one to host WSGI-compliant web applications on Google's servers, and pay them for scaling. The server provides a programming interface to a data store, a [[memcache]], URI fetching, mail and authentication with Google accounts (as used for [[Gmail]], [[YouTube]], [[Blogger]] etc.). Two frameworks are offered for developing applications on App Engine - webapp and [[Django]]. webapp is a very simple framework and is used for building very simple App Engine applications like read-only APIs, while Django is used for bigger web sites and applications. | '''Google App Engine''' is a [[Python programming language|Python]]-based [[cloud computing|cloud hosting]] service provided by [[Google]] since April 2008. It allows one to host WSGI-compliant web applications on Google's servers, and pay them for scaling. The server provides a programming interface to a data store, a [[memcache]], URI fetching, mail and authentication with Google accounts (as used for [[Gmail]], [[YouTube]], [[Blogger]] etc.). Two frameworks are offered for developing applications on App Engine - webapp and [[Django]]. webapp is a very simple framework and is used for building very simple App Engine applications like read-only APIs, while Django is used for bigger web sites and applications.[[Category:Suggestion Bot Tag]] |
Latest revision as of 06:00, 23 August 2024
Google App Engine is a Python-based cloud hosting service provided by Google since April 2008. It allows one to host WSGI-compliant web applications on Google's servers, and pay them for scaling. The server provides a programming interface to a data store, a memcache, URI fetching, mail and authentication with Google accounts (as used for Gmail, YouTube, Blogger etc.). Two frameworks are offered for developing applications on App Engine - webapp and Django. webapp is a very simple framework and is used for building very simple App Engine applications like read-only APIs, while Django is used for bigger web sites and applications.