Skip to content

This load balancer provides a simple yet effective solution for distributing traffic across backend servers.

Notifications You must be signed in to change notification settings

BahaBoualii/simple-load-balancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Load Balancer

Description: This project implements a basic load balancer using Go. It distributes incoming traffic across multiple backend servers using a Round Robin strategy.

Features

  • Round Robin Selection: Requests are evenly distributed among backend servers.
  • Health Monitoring: The load balancer continuously monitors backend server health.

How it Works

  • Define Backend Servers: Specify backend servers and their URLs.
  • Initialize Load Balancer: Create an instance with the list of backend servers.
  • Start Load Balancer: Launch the load balancer server to begin routing requests.

About

This load balancer provides a simple yet effective solution for distributing traffic across backend servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages