From 1c7148d76c6a727597afdff1a2ad45b36b49a275 Mon Sep 17 00:00:00 2001 From: ERFANIUM Date: Sun, 3 Jul 2022 15:49:30 +0430 Subject: [PATCH] docs: add why section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ea53bef..d7a6d2b 100644 --- a/README.md +++ b/README.md @@ -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)