1 min readDec 28, 2018
Load balancing in Node.js apps has different methods and one of them is cluster module, but on this guide we didn’t use it, we just run few instances of our application that listening to different ports and distribute requests between them using NGINX.