Conzxy / lb

Simple http load balancer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Load Balancer

Build

$ cd ~
$ git clone https://github.com/Conzxy/lb
$ mkdir lb/build && cd lb/bin
$ ./build.sh load-balancer -m=release

# ./run-nginx.sh
$ ./load-balancer -c config-file -t $(nproc) -s &

About

Simple http load balancer

License:MIT License


Languages

Language:C++ 91.0%Language:CMake 7.2%Language:Shell 1.9%