We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3babf commit b84ede1Copy full SHA for b84ede1
README.md
@@ -24,6 +24,7 @@ This Go project implements a load balancer that supports two balancing methods:
24
1.**Spawn Local Servers** (5 servers, round-robin method):
25
```bash
26
go run *.go -amount 5 -method rr -env local
27
+```
28
Use External Servers from a JSON File (weighted round-robin method):
29
30
0 commit comments