Node.js: Difference between revisions

Created page with "Node.js is a platform for doing network applications using JavaScript on the client and server. Basically, it's like an Apache web server, written in C, and using the Chr..."
 
Adds reference to Grunt
Line 15: Line 15:
* [http://eirikb.github.io/nipster/ nipster] search for npm modules
* [http://eirikb.github.io/nipster/ nipster] search for npm modules


[[Category:JavaScript]]
When doing nodejs development, you may also wish to employ '<nowiki>[http://gruntjs.com/ Grunt]</nowiki>' which is a task runner for performing repetitive tasks like minification, compilation, unit testing, linting, etc.[[Category:JavaScript]]