Building Full Fledged Backend System in C++
- 
            Updated
            
Sep 12, 2024  - C++
 
Building Full Fledged Backend System in C++
A robust HTTP load balancer and reverse proxy written from scratch in Golang.
A dynamic load balancer with horizontal scaling.
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.
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"
Load Balancer Project
A load balancer with TCP health checks, routing algorithms, and yaml based configuration
A load balancer built with Go that provides intelligent traffic distribution, automatic health checking, and multiple load balancing strategies.
A fast, efficient, and small load balancing tool written in Rust. It implements a least-connections algorithm and uses Redis for storing server locations.
Load balancer that works based on least connections algorithm
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."