Building & Deploying Node Services

added by bpwndaddy
8/19/2015 3:48:28 PM

627 Views

When Node.js was first introduced to Intuit, our ops teams had a great challenge in front of them. What do you mean the whole thing dies if there is an exception?! Since Node.js is simply a command-line executable, and not a container, the build and deployment of node services is critical to the success of running Node.js services. I'd like to share some of our learnings with you all.


0 comments