Node.js clustering made easy with PM2
As you would probably know, Node.js is a platform built on Chrome's JavaScript runtime, gracefully named V8. The V8 engine, and hence Node.js, runs in a single-threaded way, therefore, doesn't take advantage of multi-core systems capabilities
JSON Micro-Service configuration with PM2
As you already know, PM2 is a production process manager. In this post I will show you how and why PM2 is best fit to deploy microservices-oriented applications.
Installing Node.js with NVM
NVM is a great tool that enables the user to switch beetween differents versions of Node.js.