Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Cloud9 provides a development environment in the cloud. Cloud9 enables developers to get started with coding immediately with pre-setup environments called workspaces, collaborate with their peers with collaborative coding features, and build web apps with features like live preview and browser compatibility testing. It supports more than 40 languages, with class A support for PHP, Ruby, Python, JavaScript/Node.js, and Go. | Flow is a static type checker for Javascript created by Facebook. |
Real-time collaboration and chat;Connect via SSH and FTP;Code Completion (suggestions);Highlighting and syntax hints;Goto File- fast file access;Adaptive Themes- chnage themes and skin;Code Folding- folding arrows allow you to collapse code;Multiple cursors- add a cursor to the rows above and below the current line;Focus- Every part of the Cloud9 UI can be collapsed or hidden entirely, so you get the maximum space to focus on your code. And for the truly exceptional among us, there’s zen mode, where the editor floats above the IDE to fill 100% of the browser.;Drag & Drop- The project tree scrolls, highlights and expands folders automatically for the most natural drag n drop experience.;Command-Line- command-line is your shortcut to a ton of useful features, like "mkdir", "npm", "git" and "zen";Git and Mercurial support;Seamless Node.js Integration | Type Inference; Easy Integration; Realtime Feedback |
Statistics | |
GitHub Stars - | GitHub Stars 22.2K |
GitHub Forks - | GitHub Forks 1.9K |
Stacks 522 | Stacks 145 |
Followers 714 | Followers 75 |
Votes 673 | Votes 0 |
Pros & Cons | |
Pros
Cons
| No community feedback yet |
Integrations | |
| No integrations available | |

It adds syntactic sugar inspired by Ruby, Python and Haskell in an effort to enhance JavaScript's brevity and readability. Specific additional features include list comprehension and de-structuring assignment.

Built on the open Eclipse Che project, Red Hat CodeReady Workspaces provides developer workspaces, which include all the tools and the dependencies that are needed to code, build, test, run, and debug applications.

TypeScript is a language for application-scale JavaScript development. It's a typed superset of JavaScript that compiles to plain JavaScript.

This project was formerly known as "Jade." Pug is a high performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers.

Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.

Koding is a feature rich cloud-based development environment complete with free VMs, an attractive IDE & sudo level terminal access!

Get setup lightning fast in the cloud & code from anywhere, on any machine.

A development platform that enables you to not only edit your files from underlying services like FTP, GitHub, Dropbox and the like, but on top of that gives you the ability to collaborate, embed and share through Codeanywhere on any device.

Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values.

Slim is a template language whose goal is to reduce the view syntax to the essential parts without becoming cryptic. It started as an exercise to see how much could be removed from a standard html template (<, >, closing tags, etc...). As more people took an interest in Slim, the functionality grew and so did the flexibility of the syntax.