An open API service indexing awesome lists of open source software.

https://github.com/daichitakahashi/lb

Study of Load Balancer in Go
https://github.com/daichitakahashi/lb

Last synced: 3 months ago
JSON representation

Study of Load Balancer in Go

Awesome Lists containing this project

README

        

# Study of Load Balancer in Go

## TODO

- [x] Round Robin
- [ ] Least Connection
- [x] Cookie-based Persistence
- [ ] IP hash Persistence
- [ ] Retry
- [ ] Health Check
- [ ] Discovery?