/nginx-docker-node-load-balancing-example

Just a simple development example loading balancing a Node application using Nginx and its default Round Robin implementation.

Primary LanguageJavaScript

Loading Balancing with Nginx, Node and Docker

Just a simple development example loading balancing a Node application using Nginx and its default Round Robin implementation. We use Docker for rapid prototyping, so im mostly playing around here :).

Usage

  1. Run docker-compose up -d --build to boot up the stack
  2. Enjoy http://localhost or where ever your environment served from

Requirements

  • Only Docker