Docs HomeNode.js

Next Steps接下来的步骤

Congratulations on completing the quick start tutorial!祝贺您完成快速入门教程!

In this tutorial, you created a Node.js application that connects to a MongoDB deployment hosted on MongoDB Atlas and retrieves a document that matches a query.在本教程中,您创建了一个Node.js应用程序,该应用程序连接到MongoDB Atlas上托管的MongoDB部署,并检索与查询匹配的文档。

Learn more about the MongoDB Node.js driver from the following resources:从以下资源中了解有关MongoDB Node.js驱动程序的更多信息:

  • Discover how to perform read and write operations in the CRUD Operations section.CRUD操作部分了解如何执行读写操作。
  • See examples of frequently-used operations in the Usage Examples section.请参阅用法示例部分中的常用操作示例。