Monday, June 17, 2013

Working with node.js

Show installed packages in node.js

$ npm list

Install mongodb driver for node.js

$ npm install mongodb

Install Mongoose

$ npm install mongoose




No comments:

Post a Comment