In NodeJs, to get the MongoClient instance one can do sth like this:
const MongoClient = require(\'mongodb\').MongoClient; const client = await MongoClient.c