Biren Subudhi
Explore posts from serversnpm:mongodb connection issue, timeout
It's resolved, mongodb documentation for nodejs was useful.
Since importing
MongoClient
from deno package (https://deno.land/x/[email protected]/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