Tag: mongodb
adminMongo
adminMongo is a Web based user interface (GUI) to handle all your MongoDB connections/databases needs. adminMongo is fully responsive and should work on a range of devices.adminMongo connection information (including username/password) is stored
Nodejs - Re-use MongoDB database connection in routes
Quite often when you are writing an application you will need access to one or more database connections. Maybe MongoDB for data storage and Redis for cache. You will need to re-use that database connection throughout your application. I'm going to