Hey,
I want to use MongoDB as my db, but I read that the nodejs mongodb driver uses websockets to connect to mongodb which isn't viable in a worker,
I read that it's possible to use Atlas mongodb Data/HTTP API but it seems that it is deprecated, is there a proper way to user mongodb in a worker?
Thanks.