JavaScript在线集成开发环境IDEs和在线学习工具

JavaScript在线集成开发环境IDEs和在线学习工具

来源: http://en.wikipedia.org/wiki/Online_JavaScript_IDE

所以要多用wikipedia啊。。。。

在线集成开发环境:

  • cloud9
  • codenvy
  • koding.com
  • pastebin

在线学习工具:

在线调试工具:

Online JavaScript IDE

From Wikipedia, the free encyclopedia

An online JavaScript IDE (or browser based JavaScript IDEJavaScript live coding environmentweb playgroundJavaScript sandbox) is an integrated development environment (IDE) that is hosted in a browser, with an aim to ease JavaScriptHTML, and CSS based web development. Generally, they allow users to edit JavaScript code in the browser, and see the results of executing the code. Many will also allow the editing of HTML or CSS content. Many of them support saving the work or sharing links with others, leading to their prevalence for showing examples on such sites such as Stack Overflow, where a question can be answered by pointing to a working snippet of code. Many libraries for JavaScript, such as three.js, provide links to demonstration code that can be edited by users. They are also used as a pedagogical tool by institutions such as Khan Academy [1] to allow students to experience writing code in an environment where they can see the output of their programs, without needing any setup beyond a web browser.

History[edit]

On October 6, 2008[2] - Remy Sharp developed jsbin, one of the earliest environments to support live updates of JavaScript, CSS, and HTML. He credits John Resig’s Learning App, [1] as inspiration.

See also[edit]

Online JavaScript IDEs

  • Cloud9 IDE, an online IDE for client and server development
  • Codenvy, an online IDE for client and server development
  • Koding, an online IDE which allows software developers to program and collaborate online in the browser
  • Pastebin
Published At
comments powered by Disqus