Nide is a web-based IDE for Node.JS, designed with simplicity and ease-of-use in mind.
You can run Nide locally or install it on your remote server, and access it through your Web browser.
The Nide IDE is available both as a command-line tool and as a standalone Mac app. Please note that currently Windows is unsupported. (We're working on that)
To install Nide as a command-line tool, you'll need both Node.JS and NPM installed. (NPM is included by default with Node.JS, starting with version 0.6.3). You can grab Node.JS here.
With Node.JS installed, open a terminal and run:
sudo npm install -g nide
If everything works as expected, you'll now have a new command line tool called nide. To create a new project, go to an existing folder and run:
nide init
Nide will start listening on port 8123 (the default port), and will launch your Web browser. To learn more about nide's command line options, run nide help.
To install nide as a Mac application, download and open the following disk image, and follow the instructions on screen. (Node.JS v0.6.7 is included)
nide-v0.2.0.dmg (9.7 MB)
The Mac app is still in an early development stage, so there might still be some hard edges.
The following features have been added in Nide 0.2:
The following features were added since 0.1.0 came out:
Nide is an Open Source project developed on my free time.
If you find it useful or interesting, you can make a donation to support its continuous development.