vote up 7 vote down star
9

Does anybody know of any good online IDEs that allow collaboration, like google docs and spreadsheets do?

I'm not expecting a full version of Visual Studio but perhaps a cut down editor capable of HTML, javascript and CSS files, preferably with the ability to organise "projects".

flag

3 Answers

vote up 8 vote down check

Specifically for HTML, JavaScript and CSS, my favorite is JSBin.

It's a collaborative JavaScript debugging tool. You can test live JavaScript with HTML and CSS context, publish your code and render outside of JS Bin, and you can also inject major JavaScript libraries very easily...

For C# and Java projects Compilr works nice.

For C, D, Haskell, OCaml, Perl, Python Ruby and others I use CodePad

link|flag
Compilr looks really good. Shame it doesn't work on Google Chrome... – GateKiller Jan 29 at 14:51
Compiler looks the best of the 3 but doesn't look like it's still being updated, shame. Thanks for the comprehansive answer though. – jonhobbs Jan 29 at 15:22
You're welcome @jonhobbs, right, the Compilr development seems to be a little frozen... but for JavaScript and CSS JSBin is the best :) ... – CMS Jan 29 at 15:30
Compilr is still updated just not all that often. Maybe I can look into adding Chrome support. – Zenox Oct 29 at 10:33
vote up 2 vote down

This question has already been answered, but I thought I'd chip in with Mozilla Bespin.

link|flag
vote up 2 vote down

I haven't tried these tools yet but they are on my list of things to do:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.