I'm actually trying to create a browser-based IDE for educational purposes, to encode java language programs. I want this to be something like an eclipse orion, except that the IDE will be able to compile and debug Java code (and this will only be a clean IDE). In addition, I want to add real-time collaboration, at least to the editorial part of the IDE.
Is it possible to create an interactive IDE that will work in real time, for example, with google docs? Also, is MobWrite one way to achieve it and is it good?
If possible, let me know. Thank you so much in advance.
source
share