Kategorien
Services @en

Development-as-a-Service is the future of Platform-as-a-Service

There is a basic opinion on the net that „PaaS Is The Future Of Cloud Services“. I also share this opinion but I go one step further: „Development-as-a-Service is the future of Platform-as-a-Service“!

Platform-as-a-Service (PaaS) helps you to host, debug and execute your application over its whole lifecycle. Therefore PaaS offers an infrastructure stack (like LAMP, WAMP, etc.) which generally implements the OS, a webserver like Apache, a database e.g. MySQL and the programming language e.g. PHP, Ruby, Python etc. Good examples for PaaS offerings are Google AppEngine or cloudControl.

For using PaaS solutions you have to develop your application on your local machine and upload it to the PaaS infrastructure afterwards. There you can execute it etc. That means you still need a local IDE (integrated development environment) like Eclipse and you are not able to work on the code parallel from different machines. Ergo: The PaaS offering is „just“ useful for hosting and executing your application.

What developers really need is a Development-as-a-Service solution on which they can hack their code without using a local IDE. And because of the demand of working and developing things distributed still raises the need for hack on the code parallel from different locations growth.

Cloud9IDE goes this way and offers a commercial development environment for JavaScript which also supports HTML5 features and scripting languages ​​like Python, Ruby and PHP. Unlike conventional Platform-as-a-Service solutions applications are written using a fully browser-based development environment. This environment uses the open source project Ace, which implements an editor written in Javascript. In the background a NodeJS server provides the hosting and processing of online developed applications. Besides syntax highlighting the editor features automatic engagement and disengagement, and an optional command line. Furthermore, there is a vi and emacs mode and the environment is ready for handling up to 100,000 lines of code. Beside a built-in chat feature multiple developers can work simultaneously on the same program code and run and debug JavaScript applications. Another feature is the direct link to the web hosting service github.

Really cool is that you actually have a fully intergrated (best of) stack of IaaS + PaaS + SaaS. So you are able to deliver your application one-stop from one platform: code + debug + deliver + done (next loop)!

Image source: http://mb-c.pro