kangle is a light, high-performance web server/reverse proxy.include a http manage console. Full support access control. memory/disk cache. and more kangle web server features
kangle use cmake to build.
git clone https://gitee.com/keengo/kangle
cd kangle
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make
git clone https://github.com/litespeedtech/lsquic
cd lsquic && git submodule update --init --recursive
cd ..
git clone https://github.com/google/boringssl
git clone https://gitee.com/keengo/kangle
cd kangle
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DBORINGSSL_DIR=../../boringssl -DLSQUIC_DIR=../../lsquic
make
note kangle test need golang support
cd test
./build.sh
./test.sh
cmake .. -DBROTLI_DIR=brotli_dir
cmake .. -DENABLE_BROTLI=1
cmake .. -DZSTD_DIR=zstd_dir
cmake .. -DENABLE_ZSTD=1
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DBORINGSSL_DIR=boringssl_dir
cmake .. -DENABLE_FCONTEXT=1
cmake .. -DHTTP_PROXY=ON