Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adnanrahic/load-balancing-nodejs-in-production
Four samples of how to load-balance Node.js in production.
https://github.com/adnanrahic/load-balancing-nodejs-in-production
cluster docker docker-swarm guide kubernetes nginx nodejs systemd tutorial
Last synced: 17 days ago
JSON representation
Four samples of how to load-balance Node.js in production.
- Host: GitHub
- URL: https://github.com/adnanrahic/load-balancing-nodejs-in-production
- Owner: adnanrahic
- Created: 2019-09-10T22:19:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:17:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T02:00:07.368Z (25 days ago)
- Topics: cluster, docker, docker-swarm, guide, kubernetes, nginx, nodejs, systemd, tutorial
- Language: JavaScript
- Homepage: https://2019.webcampzg.org/talks/load-balancing-nodejs-in-production/
- Size: 56.6 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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](https://2019.webcampzg.org/talks/load-balancing-nodejs-in-production/).
Load balancing techniques:
- Node.js `cluster` module.
- Nginx + Node.js as a system process.
- Docker Swarm
- Kubernetes