Deploying a node application using capistrano
This is a guide to deploy a node application using the well known Capistrano gem with a bit of help of the capistrano-node-deploy gem.
This guide uses ruby to deploy your node.js application. So I assume that you habe both ruby and bundler (a package manager similar to npm) installed. I also provide some feedback at the end, why I used ruby and not JavaScript for deployment.