MongoDB

The next generation Node.JS driver for MongoDB

Node.js MongoDB

The official MongoDB Node.js driver allows Node.js applications to connect to MongoDB and work with data.

What is MongoDB?

MongoDB is a cross-platform (runs on multiple operating systems), document-oriented database management system (DBMS). MongoDB is also a NoSQL database, which means it does not use SQL to perform operations on a database.

MongoDB is a popular NoSQL

MongoDB is a popular NoSQL, lightweight database that's really easy to implement and use with Node. We wrote a very simple Node application that interacts with a MongoDB to create, retrieve and delete collections.

Node and MongoDB

Node and MongoDB work very-well together, in part because Mongo uses a JavaScript engine built into the database since JavaScript is good at handling JSON objects.