I\'m using native mongo driver in Joyent cloud, the node.js application runs fine locally but in Joyent when i run with usrname/pswd that they provided it fails to connect. foll
Easier if you just use MongoClient
MongoClient.connect('mongodb://admin:password@localhost:27017/db', function (err, db) {