There're several online IDEs for PHP and some even for Python, but is there any open-source online IDE like IDEone that supports atleast the major languages (PHP, Python, Ruby etc..)?
-
Somehow my brain didn't capture the **open-source** part of the text, disregard my answer. – Alix Axel Jan 11 '10 at 07:27
-
See also this question: http://stackoverflow.com/questions/792764/secure-way-to-run-other-people-code-sandbox-on-my-server – Alix Axel Jan 11 '10 at 07:31
-
Duplicate: http://stackoverflow.com/questions/2036987/online-ide-for-python – S.Lott Jan 11 '10 at 11:16
-
I developed one ide if you want to self-develop https://github.com/nerkn/onlineeditor – nerkn Jan 21 '18 at 20:47
7 Answers
I created ShiftEdit Web Based IDE
It uses Bespin and has basic PHP support.
Includes Syntax highlighting, Integrated (S)FTP, Tabs, Find/Replace, Revision history + it's free.

- 22,346
- 14
- 99
- 142

- 3,085
- 3
- 35
- 32
-
1I've used shiftEdit, I don't know if its open source but it is very good. – roryok Jan 24 '11 at 10:39
-
Bespin is a sort interesting online js based editor in development primarly by Mozilla Labs. It's open source, saves files on the cloud and also supports some SCMs (git and svn at the moment), files and project sharing.

- 3,276
- 2
- 33
- 29
-
Bespin is now called Ace: http://ace.ajax.org/ And Cloud9 is improving/using it to build Cloud9 IDE, check them out! – makevoid Nov 05 '11 at 03:14
-
I experimented with ace, but codemirror.net and used their ide, in my project https://github.com/nerkn/onlineeditor . All you need to change passwords and install to your site. – nerkn Jan 21 '18 at 20:50
Cloud9 IDE includes a promising evolution of Mozilla's Skywriter/Bespin experiment (see Mozilla Skywriter has been merged into Ace).
It is open source (https://github.com/ajaxorg/cloud9) and has GitHub support.

- 1,526
- 14
- 14
CodeRun: http://www.coderun.com/

- 3,819
- 1
- 19
- 28
-
1
-
on the other hand if you are an existing Visual Studio user it supports many of the technologies you are used to, ASP.net WebForms, MVC, Silverlight. – Richard Slater Aug 28 '10 at 17:44
http://online-php.com - Open source solution for editing files on your FTP server. Features basic required functionality, Easy deployment on your servers.

- 11
- 1