Docs Home → Develop Applications → MongoDB Drivers → Node.js
MongoDB Node Driver
Introduction
Welcome to the documentation site for the official MongoDB Node.js driver. You can add the driver to your application to work with MongoDB in JavaScript or TypeScript. For more information about downloading and installing the Node.js driver, see the Add MongoDB as a Dependency section of the Quick Start guide.
You can connect using the Node.js driver for deployments hosted in the following environments:
MongoDB Atlas: The fully managed service for MongoDB deployments in the cloud
MongoDB Enterprise: The subscription-based, self-managed version of MongoDB
MongoDB Community: The source-available, free-to-use, and self-managed version of MongoDB
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:
Aggregation Tutorials
For step-by-step explanations of common aggregation tasks, see the Aggregation Tutorials 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.
Upgrade Driver Versions
Learn what changes you may need to make to your application to upgrade driver versions in the Upgrade Driver Versions 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. |