Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web based IDE solution [closed]

What I want to do is, to work on my projects from "everywhere" with internet connection

I tried followings:

  • Tried to connect from my office to main PC with remote desktop apps like: Team Viewer, etc.. It's very slow and boring. (Seeing what I typed after 2-3 second delay, and it's really annoying)

  • Carrying laptop with myself also not good idea. (It's weight about 4-5 kg.)

  • Flash drive also not good idea... All my projects together is about 20-30 GB.

The only comfortable way for me is: web based IDE (something like Netbeans, I mean in-built project management,etc.. BUT web based).

I was looking for Web based IDE which supports PHP, HTML, JS and other various languages. My main PC is always connected to internet. So if there is any good open source (or free) solution, I can serve this IDE either from my webhosting account or directly from my PC. (For ex. this service http://c9.io/ is exactly what I need. But there are some problems: 1 its paid. 2 I don't want to host my projects in third party servers. I need something like that, but want to instal such system on my own servers )

What do you think about this/what's your suggestion? Thx in advance...

like image 624
heron Avatar asked May 03 '26 10:05

heron


2 Answers

You should check out Codiad - http://www.codiad.com - you can host it on your own server, configure it to do what you need, and access it anywhere.

like image 115
Fluidbyte Avatar answered May 05 '26 23:05

Fluidbyte


If you want to work on a project from anywhere, then you may want to look at using a decentralised version control system like Git instead. Advantages is you can work on any machine with Git and an IDE or text editor, and not relying on a third-party, web-based service that can do anything with your data or may disappear overnight.

like image 32
Martin Bean Avatar answered May 06 '26 00:05

Martin Bean