Building Full Fledged Backend System in C++
-
Updated
Sep 12, 2024 - C++
Building Full Fledged Backend System in C++
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.
A robust HTTP load balancer and reverse proxy written from scratch in Golang.
A dynamic load balancer with horizontal scaling.
Implements Load balancer that distributes incoming requests among a pool of backend servers.
Load balancer. My bachelor degree work at MIREA University
This API Gateway is built in Go and provides load balancing between multiple backend services. It supports multiple load balancing strategies, including "Round Robin" and "Least Connections"
A load balancer with TCP health checks, routing algorithms, and yaml based configuration
Load Balancer Project
A fast, efficient, and small load balancing tool written in Rust. It implements a least-connections algorithm and uses Redis for storing server locations.
Add a description, image, and links to the least-connections topic page so that developers can more easily learn about it.
To associate your repository with the least-connections topic, visit your repo's landing page and select "manage topics."