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

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

所以要多用wikipedia啊。。。。

在线集成开发环境:

  • cloud9
  • codenvy
  • koding.com
  • pastebin

在线学习工具:

  • codecademy.com
  • www.w3school.com.cn
  • jisuanke.com
  • jikexueyuan.com

在线调试工具:

  • http://jsfiddle.net/
  • 参考:http://www.ruanyifeng.com/blog/2012/02/6_online_playgrounds_for_web_developing.html

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 JavaScript, HTML, 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]

  • Multiple phone web-based application framework
  • Comparison of JavaScript-based source code editors
  • JavaScript templating
  • Sandbox (software development)
  • Web integrated development environment
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

你可能感兴趣的:(JavaScript在线集成开发环境IDEs和在线学习工具)