I'd like to know what people have done for node.js application deployments.
Coming from a compiled-language background, I'm used to compiling things, packing them up into some artifact, and deploying that to a server. This seems unnecessary in node though. A few questions on this: 1. Have you seen any benefit to packing up (perhaps just a zip file) all the files from a node application and putting that in an artifact repository? 2. Is there any reason not to just tag the source repo and copy (rsync, scp, etc) the files to the servers from there? 3. Is there any benefit to publishing the application to an internal npm repository and deploying from there? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/e8700c10-dd53-48a4-9bc0-0919675d3f0c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
