adnanrahic / load-balancing-nodejs-in-production

Four samples of how to load-balance Node.js in production.

Home Page:https://2019.webcampzg.org/talks/load-balancing-nodejs-in-production/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Four samples of how to load-balance Node.js in production.

https://2019.webcampzg.org/talks/load-balancing-nodejs-in-production/


Languages

Language:JavaScript 78.2%Language:Shell 11.1%Language:Dockerfile 10.8%