connecting to atlas mongo database
问题 I'm using node.Js, expressjs mongodb and Atlas var Db = require('mongodb').Db; var Server = require('mongodb').Server; the above method is not working for me. by using atlas database. you are given three nodes with three different host/Url now the problem here is that when I try to connect to mongodb.server it only ask for one host name (or its allowed to add many but I just don't know how) my question would be, how can I make this work? like how can I join together 3 different Url and let 1