Live data from Hacker News

Ask HN: Is anyone using a web IDE for most of their development work?

news.ycombinator.com

21–30 of 84 posts

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#21
Yup, I have Cloud9 installed locally on my own server. All my coding is done through it. Fast, easily accessible over VPN, and complete control. Love having multiple terminals open right up on my server in the IDE and just flip through them using tabs.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#24

The Pebble Web IDE is actually really pretty good! I generally don't use them, but for Pebble it was easier, as it offers direct deployment, complication toolchain etc.

I wish I could agree, but debugging deployment or your app was close to impossible if you ran into a problem with their web IDE.

Maybe with time they'll workout the bugs.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#28
At our office a lot of the development takes place on computers not connected to the internet, on a separate network. I installed Codiad (http://codiad.com/) on our dev server a year or so back. Recently it has taken off and a couple other guys are using it. I've slowly migrated from Eclipse + Remote Systems Explorer to Codiad.

Super easy to install (its all php based, very few dependencies), and for the most part "just works".

I have codiad open in the browser and usually a PuTTy window open on the server to test, run command line, etc.

We have Linux(Ubuntu) servers and a mix of OSX / Windows dev machines. Keeping Eclipse working across all of them was annoying (and explaining how to setup when a new Developer comes in). Now I just create a Codiad account, a ssh account and let them have at it.

I went down the path of attempting an "offline install" of Cloud9, but gave up after a while...it mostly assumes you have an active internet connection.

Post reply on HN