June 2015
Intermediate to advanced
192 pages
4h 8m
English
You'll need to install database drivers for Node.js, so that Node.js can talk directly to the MongoDB server.
To get the database drivers, simply go to the project directory where you've got your Node.js files and run the following command:
npm install mongodb
This command will download the database drivers and install them for Node.js.
Read now
Unlock full access