faster round-robin balancing algorithm written in golang
-
Updated
Aug 14, 2023 - Go
faster round-robin balancing algorithm written in golang
Reverse-proxy with Weighted Round Robin (WRR) load-balancer
🔄 Generic, fast and thread-safe round-robin loadbalancer library
Gorb allows load balancing in a round robin style between master and slave databases.
This load balancer project distributes network traffic across multiple servers, ensuring high availability using health checks and dynamic request routing. It optimizes load distribution through a weighted algorithm and supports Round Robin selection.
concurrent load balancers, go lib,
round-robin-go is an implementation of round-robin algorithm that allows you to use your resources in a shared rational order. This project uses go generics that enables you to use any data type in your round robin implementation.
🌐 A lightweight, efficient HTTP load balancer developed in Go
Golang client-side HTTP request load balancer
Simple Weight Shuffling library in GO
grpc-go load balancing
A simple API Gateway built with round-robin and least connection load balancing algorithms. This gateway includes Prometheus for monitoring and Grafana for visualization.
Weighted Round-Robin written in Go(平滑权重轮询算法)
Tiny DNS proxy for Penetration Testers and Malware Analysts
Golang Load Balancer: A simple, configurable load balancer implemented in Golang, supporting Weighted Round Robin and Round Robin strategies. Features include health checks for service instances and easy configuration via a YAML file.
A robust HTTP load balancer and reverse proxy written from scratch in Golang.
A minimal, fast and dynamic reverse-proxy server written in Golang with dynamic proxying and inbuilt load balancing and can also function as an API Gateway.
Add a description, image, and links to the round-robin topic page so that developers can more easily learn about it.
To associate your repository with the round-robin topic, visit your repo's landing page and select "manage topics."