Deploying webapps has just become easy

Remember the time when creating web applications was tedious and involved thousands of lines php code? Ruby on Rails was the first popular framework that strongly simplified this process. Releasing the webapp, however, is still sophisticated, as obtaining a fast, stable and scalable Rails application requires some webserver configuration.

But now, even the deployment of webapps has become dead simple – if you use the brand new Google App Engine. You just develop your application in python using Google API and deploy it with a single click – hosted on Google’s infrastrcture. I think this is an excellent service when it comes to rather simple web applications.

Leave a Reply