Load Balancer written in Golang, with logrus to log every request information, active & passive backend URL check
- logrus
- Clone this project
- Run command make build-and-run
- Run binary file
- Run command in Makefile
make build-and-run
- Create folder logfile/
- Create config.json from example.config.json
Trần Sỹ Bảo ...
- 0.5
- Bug fix
- Add LVS RR
- Add Smooth RR
- 0.3
- Bug fix
- Improve Round Robin algorithm
- Restructure algo/ folder for more algorithm implement
- Check isAlive for 1 second and redirect request to another alive server.
- 0.1
- Initial Release with default Round Robin
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details