Skip to content

Implementation of a load balancer to experiment Golang.

Notifications You must be signed in to change notification settings

Tilzen/simple-lb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple Load Balancer

A simple load balancer using the Round Robin strategy. Just to play a little.

Usage

Args:

  --backends (string):
    - Backends to load balance, separated with commas.
  --port (int):
    - Port to serve (default 3030).

Example of use:

hostname@user:~$ simplelb --backends=http://localhost:5000,http://localhost:5001,http://localhost:5002

About

Implementation of a load balancer to experiment Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages