Popularity
0.3
Growing
Activity
5.4
-
0
1
0

Description

This is a simple yet robust load balancer system implemented in Go. The load balancer supports several request distribution algorithms including:

Round Robin: Distributes requests sequentially to each server. Least Connections: Routes requests to the server with the fewest connections. Weighted Round Robin: Distributes requests based on the server's weight. IP Hash: Routes requests based on the client's IP address (currently a placeholder).

The system automatically reloads the server list from a configuration file every 5 seconds and supports handling various types of HTTP requests (GET, POST, PUT, DELETE, etc.).

Programming language: Go
Tags: Load-balancer     Networking     Golang    

Coffee Load Balancer alternatives and similar packages

Based on the "Networking" category.
Alternatively, view coffee_load_balancer alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Coffee Load Balancer or a related project?

Add another 'Networking' Package