Relative Content

Tag Archive for mongodb

Should I / can I bundle node.js and mongod together with my application?

I’m working on a web application that runs on node.js and uses MongoDB. It’s important to mention that I plan to release the application as commercial software. The way I wrote the installer, it asks the user to confirm the location of the node and mongod binaries (after autodetecting first). I figured I could skip this step altogether by bundling said binaries together with my application or making the installer download them, but there are a few issues I need to address:

Why is MongoDb popular with Node.js? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Mongodb array vs object

New with Mongodb, and I’m not sure what implications or benefits there are between the use of an array vs an object.