client.connect is not a function node js mongodb code example
Example: client.connect is not a function node js mongodb
//Just add this line of code and client.connect and
//-other dot functions will work
var mongo = require('mongodb').MongoClient;