An open API service indexing awesome lists of open source software.

https://github.com/olooce/load-balancer

A Go-based load balancer that distributes client requests among multiple servers using various load-balancing algorithms. It supports both horizontal and vertical scaling and includes real-time monitoring via a web interface. The project also provides example servers to demonstrate its capabilities.
https://github.com/olooce/load-balancer

adaptive-load-balancing consistent-hashing go-load-balancer-with-monitoring golang ip-hash least-bandwidth least-connections least-response-time least-time random round-robin weighted-least-connections weighted-round-robin

Last synced: 7 months ago
JSON representation

A Go-based load balancer that distributes client requests among multiple servers using various load-balancing algorithms. It supports both horizontal and vertical scaling and includes real-time monitoring via a web interface. The project also provides example servers to demonstrate its capabilities.

Awesome Lists containing this project