Skip to content

Playing around go, network & concurrency. Only for test purposes.

Notifications You must be signed in to change notification settings

Kenan7/go-load-balancer-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Demo Load Balancer in GO

This is a demo load balancer written in GO. It is a simple load balancer that uses a round robin algorithm to distribute the load across the servers.

How to run

  1. Clone the repo
  2. Run go run main.go to start the load balancer

How to test

I run 3 servers with npx http-server and then run the load balancer. I then run curl localhost:8080 and it will return the response from the servers.

screenshot-image

About

Playing around go, network & concurrency. Only for test purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages