MongoServerSelectionError: connection timed out with NodeJS and Express

前端 未结 0 962
自闭症患者
自闭症患者 2020-12-13 22:36

I am attempting to connect to a Mongo database running on a VPS with NodeJS and Express. Here is my code:

const app = express();
const MongoClient = require(\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题