NodeJS By Examples

NPM Most Used Packages

A List of most common used NPM modules

 

#npm install -g nodemon        - #nodemon bin/www

#npm install -g forever          -  #forever start bin/www

#npm install -g express

#npm install -g express-generator

#npm install -g mongodb   - mongodb driver for NodeJS

 

 

Others

$npm install nodedump          - var_dump for NodeJS (must be installed locally, because globally dont work)

$npm install cheerio         - jQuery module for Node

$npm install phantom        - a NodeJS to PhantomJS bridge ( must be installed phantom separatelly with #npm install -g phantomjs)