Skip to content

(DOCSP-20494) standardize driver intros: node.js (#278) #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ MongoDB Node Driver
Introduction
------------

Welcome to the official MongoDB Node.js driver documentation.
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. Download it using `npm <https://www.npmjs.com/>`__
or set up a runnable project by following our Quick Start guide.

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.

On this page, you can find descriptions of each section of the driver
documentation.

Quick Start
-----------
Expand Down