Skip to content

evansopilo/loadbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loadbalancer

Load balancer that uses round robin to distribute request to different workers(servers) in a server pool. Checks (workers) server health.

Setup

To setup this project:

  1. Install GO
  2. Clone repo git clone https://github.com/evansopilo/loadbalancer.git

Running

  1. Run main.go.

license

Distributed under MIT License, please see license file within the code for more details.

How to contribute

make a pull request...

About

Load balancer that uses round robin to distribute request to different workers(servers) in a server pool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages