I\'m using the node-mongodb-native driver with MongoDB to write a website.
I have some questions about how to manage connections:
Is it enough using
I have been using generic-pool with redis connections in my app - I highly recommend it. Its generic and I definitely know it works with mysql so I don't think you'll have any problems with it and mongo
https://github.com/coopernurse/node-pool