https://github.com/danitilahun/loadbalancer
A simple load balancer using round-robin counts the number of incoming requests and directs each request sequentially to the next available server in a rotating manner, ensuring even distribution among the available servers for efficient load distribution.
https://github.com/danitilahun/loadbalancer
go golang load-balancer reverse-proxy
Last synced: 4 months ago
JSON representation
A simple load balancer using round-robin counts the number of incoming requests and directs each request sequentially to the next available server in a rotating manner, ensuring even distribution among the available servers for efficient load distribution.
- Host: GitHub
- URL: https://github.com/danitilahun/loadbalancer
- Owner: Danitilahun
- Created: 2023-12-22T11:08:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T12:28:59.000Z (over 1 year ago)
- Last Synced: 2024-12-27T02:22:32.286Z (6 months ago)
- Topics: go, golang, load-balancer, reverse-proxy
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoadBalancer