Friday, June 6, 2014

Cloud9 IDE , write your code on the cloud

Cloud9 IDE enables developers around the world to edit the same code and chat together in realtime. Your team and peers share in incredible productivity and higher quality code - no matter where they are.It is an online development environment for Javascript and Node.js applications as well as HTML, CSS, PHP, Java, Ruby and 23 other languages.You can even deploy your application to the PAAS like openshift,Heroku,Window Azure Cloud.As I know IBM Bluemix will be added it soon.

I registered a trail account to experience features for online cloud IDE.When you create a project workspace,it will provide some language template for you choose,since my favorite language,so I choose Node.js.

It will automatic create node.js sample project for you.You can directly run the server.js from the project workspace.Through the console ,you can launch the url from the console to start the node.js application .

So this tool you don;t need install node.js run time environment,it will automatic provide for you.Also it provide a debug tool for node.js.

Cloud9 IDE also provide the option for you deploy you application to the PAAS.
If you are a node,js programmer,I strongly suggest you to use this tool to deploy your application on the cloud.

2 comments:

  1. Hi,
    Where is located this option?
    Do you know whether this very option exist for Meteor projects?
    Thanks.

    ReplyDelete