Google App Engine is a platform as a service for hosting web applications. It automatically scales applications, bills by services used, and has high uptime. While it constrains applications to Google APIs and has request limits, it is easy to deploy applications and has a free tier. Creating a basic application involves downloading the SDK, adding an application, and deploying which creates a default handler. The datastore is scalable and supports SQL-like queries and an ORM interface for storing data.
Related topics: