Docs Home → Develop Applications → MongoDB Drivers → Node.js
MongoDB Node Driver
Introduction
Welcome to the official MongoDB Node.js driver documentation.
Connect your Node.js applications to MongoDB and work with your data using the Node.js driver. The driver features an asynchronous API that you can use to access method return values through Promises or specify callbacks to access them when communicating with MongoDB.
Note
These docs are for version 3.6 of the MongoDB Node.js driver. If you are looking for an older version of the MongoDB Node.js driver docs, see the legacy Node.js driver documentation. For the main MongoDB documentation, see the MongoDB Manual.
On this page, you can find descriptions of each section of the driver documentation.
Quick Start
Learn how to establish a connection to MongoDB Atlas and begin working with data in the Quick Start section.
Quick Reference
See driver syntax examples for common MongoDB commands in the Quick Reference section.
What's New
For a list of new features and changes in each version, see the What's New section.
Usage Examples
For fully runnable code snippets and explanations for common methods, see the Usage Examples section.
Fundamentals
Learn how to perform the following tasks using the Node.js driver in the Fundamentals section:
API
For detailed information about classes and methods in the MongoDB Node.js driver, see the MongoDB Node.js driver API documentation .
FAQ
For answers to commonly asked questions about the MongoDB Node.js Driver, see the Frequently Asked Questions (FAQ) section.
Issues & Help
Learn how to report bugs, contribute to the driver, and find additional resources for asking questions and receiving help in the Issues & Help section.
Compatibility
For the compatibility charts that show the recommended Node.js Driver version for each MongoDB Server version, see the Compatibility section.
Learn
Visit the Developer Hub and MongoDB University to learn more about the MongoDB Node.js driver.
Developer Hub
The Developer Hub provides tutorials and social engagement for developers.
To learn how to use MongoDB features with the Node.js driver, see the How To's and Articles page.
To ask questions and engage in discussions with fellow developers using the Node.js driver, see the forums page.
MongoDB University
MongoDB University provides free courses to teach everyone how to use MongoDB.
Take the free online course taught by MongoDB instructors
Learn the essentials of Node.js application development with MongoDB. |