tech/webdev magazine

May 27, 2017

Load Balancing Node.js Applications with NGINX and Docker

Saturday, May 27, 2017 Teklinks

TL;DR: In this article we will see how easy it is to load balance dockerized Node.js applications with NGINX. We will create a simple Node.js application that serves an HTML file, containerize it with Docker, and containerize an NGINX instance that uses round-robin algorithm to load balance between two running instances of this application.

Full article