Biren Subudhi
npm:mongodb connection issue, timeout
It's resolved, mongodb documentation for nodejs was useful.
Since importing
MongoClient
from deno package (https://deno.land/x/mongo@v0.33.0/mod.ts) was giving frequent BSONError: corrupt object bson
so migrated to npm:mongodb
The serverApi object passed to MongoClient is important to connect mongodb using nodejs/deno.2 replies