I use nodejs and mongoose to save document to mongodb in windows in development, but I fail to connect to mongodb. My nodeunit test is always being blocked to the line mongoose.connect().
I found mongoose use node-mongodb-native. My question is:
monogodb.So, there's nothing you need to do special to get it, as doing
npm install mongoose
is enough to install the native package.