Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 167 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 167 Bytes

Load-Balancer

A Load Balancer written in go using Least Connections algorithm with Round-Robin fallback

go run backend/backend.go -port:{PORT_NUMBER} go run main.go