Skip to content

Commit

Permalink
Doc: better README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bersen66 committed Apr 28, 2024
1 parent 54554a4 commit 8152ef3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# lb2
# lb2

Implemented several load-balancing algorithms:
* `round-robin`
* `weighted round-robin`
* `ip-hash`
* `consistent hash`

# Installation:

```bash
./lbbuild.sh build Release
```

0 comments on commit 8152ef3

Please sign in to comment.