https://github.com/codevalve/nasser-basic-microservices-system
From Nasser Hussein's Step by Step Basic Microservices System (3 NodeJS + 1 Load Balancer containers) with Docker Compose https://www.youtube.com/watch?v=9sAg7RooEDc
https://github.com/codevalve/nasser-basic-microservices-system
Last synced: 4 months ago
JSON representation
From Nasser Hussein's Step by Step Basic Microservices System (3 NodeJS + 1 Load Balancer containers) with Docker Compose https://www.youtube.com/watch?v=9sAg7RooEDc
- Host: GitHub
- URL: https://github.com/codevalve/nasser-basic-microservices-system
- Owner: codevalve
- Created: 2021-07-09T16:51:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T17:01:48.000Z (almost 5 years ago)
- Last Synced: 2025-11-13T17:10:24.788Z (8 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hussien Nasser's Step by Step Basic Microservices System (3 NodeJS + 1 Load Balancer containers) with Docker Compose
From Nasser Hussein's video https://www.youtube.com/watch?v=9sAg7RooEDc
In this video, you will learn how to build a small microservices system that has four services. We will spin up a load balancer container that will balance requests through and 3 identical node js containers.