Relative Content

Tag Archive for node.js

What build tools do not depend on java (or Ruby)? [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 […]

NodeJS as an avenue towards learning JavaScript [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 […]

Node.js API Architecture

I am currently working on a web app and want to design the interface between nodejs / mongoose and the backbone app.

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: