Frameworks
- Twitter Bootstrap (for css, design)
- Backbone for clear application MVC structure
- Mustache.js for javascript template rendering/ Backbone.View dynamic updating.
- Socket.io for data transfer
- jQuery for DOM manipulations
"Gets more attentions from large companies: i.e. Adobe is using it for developing Brackets (HTML5 + CSS editor). New IDE LightTable (http://www.kickstarter.com/projects/306316578/light-table). Weights much less then Ace, simpler code, easier to extend."
"I will try to add abstraction layer, to remove complete dependency on CodeMirror"
"I will be using bootstraps' css styles and layouts, for faster UI development, and jQuery for all javascript related operations."
http://c9.io/site/blog/2012/06/cloud9ide-new-features/
Cloud9 released new version with gcc/python/ruby support. =(
"Stable, long history, used by Google (playgrounds). Supports a lot of languages, supports search & replace. Released under a MIT-style license"
"Used in Cloud9 IDE, supports many languages. Mozilla's Bespin/ Skywriter was merged into Ace, developed by Mozilla, Ace.org. Released under the Mozilla tri-license (MPL/GPL/LGPL)"
"Provides layer over ajax/ Websockets/ flashsockets for simple client-server message transmission."