marco’s blog

personal. professional. having fun.

Google releases App Engine

Google has introduced a new service called App Engine, that allows developers to run web applications on Google’s infrastructure. They are in Beta at the moment (well, who did expect THAT?!), and you can request an account.

What do you get with App Engine? A container that runs your web application, a datastore of 500 MB, enough bandwidth for 5 million requests a month, and some nifty APIs. What’s really cool is that they use Python as the language, and offering a basic framework to ease development. But they are supposed to support other Python frameworks, too, like Django or TurboGears. A big step forward for Python.

To make a developer’s life even more fun, they also provide a SDK for Windows, Mac and Linux that includes a complete local test environment to run and debug App Engine applications.

So, now they only have to send me an invite to start my first Google App Engine project. Please.




Leave a reply