Skip to content

adnanrahic/load-balancing-nodejs-in-production

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load-Balancing Node.js in Production

This repo contains 4 ways of load balancing Node.js for production environments. I compiled these instructions and setups as put them in one place in preparation for a talk I did at WebCampZagreb2019.

You can check out the talk here.

Load balancing techniques:

  • Node.js cluster module.
  • Nginx + Node.js as a system process.
  • Docker Swarm
  • Kubernetes