Skip to content

Commit

Permalink
docs: add why section
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium committed Jul 3, 2022
1 parent 1a41822 commit 1c7148d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
[![Discord server](https://img.shields.io/discord/768918486575480863?color=blue&label=Ask%20for%20help%20here&logo=discord&style=flat-square)](https://discord.gg/HEdTCvZUSf)

## Why

- [x/mongo](https://github.com/denodrivers/deno_mongo) is not production ready
and reliable, but this module is
- It's serverless friendly. because atlas data api uses `https` protocol,
there's no need to wait for MongoClient to be connected. this will reduce cold
start time.
- Can be used on Web and Node.js v17+ environments, because this module only
depends on `fetch`

## Links

- [Docs](https://doc.deno.land/https/deno.land/x/atlas_sdk/mod.ts)
Expand Down

0 comments on commit 1c7148d

Please sign in to comment.