tech/webdev magazine

May 24, 2017

Load Balancing Node.js Applications With NGINX and Docker

Wednesday, May 24, 2017 Teklinks

In this article, we will see how easy it is to load balance Docker-ized 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 a round-robin algorithm to load balance between two running instances of this application.

Full article