Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are several IDEs which support Node.js natively:</p> <h2>Desktop-based IDEs</h2> <ul> <li><a href="http://www.jetbrains.com/webstorm/" rel="nofollow noreferrer">WebStorm</a> - popular and extremely powerful IDE for coding web applications. $100 for commercial license, $50 personal, $25 academic, free for open source developers upon application approval. Can also debug Meteor.JS applications.</li> <li><p><a href="https://stackoverflow.com/questions/3919977/what-ide-to-use-for-node-js-javascript">Komodo IDE</a></p></li> <li><p><a href="https://github.com/ajaxorg/cloud9" rel="nofollow noreferrer">Cloud9 Local</a> - You can install a local copy of cloud9 on desktop as well and work on a local directory as workspace, follow the instructions <a href="https://github.com/ajaxorg/cloud9" rel="nofollow noreferrer">on github page</a>. <em>Be sure to disable incompatible plug-ins from config.</em> It provides proper debugging as well.</p></li> </ul> <h2>Cloud-based IDEs</h2> <ul> <li><a href="http://cloud9ide.com/" rel="nofollow noreferrer">Cloud9 IDE</a> - cloud-based IDE with native support for development of Node.js applications including debugging and other features.</li> <li><a href="http://koding.com" rel="nofollow noreferrer">Koding</a> Koding offers you a free rootable VM with Node. Also you can work on the same code with your friends.</li> </ul> <p>Other than these two you can use almost any code editor/IDE which simplifies JavaScript based development in general (for example with syntax highlighting, autocompletion or similar stuff) and use node with its built-in V8 <a href="http://vimeo.com/19465332" rel="nofollow noreferrer">debugger</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload