# kangle **Repository Path**: jangocheng/kangle ## Basic Information - **Project Name**: kangle - **Description**: 开源的高性能web服务器 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2022-10-17 - **Last Updated**: 2022-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kangle 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 * fastcgi/http/http2 protocol upstream * upstream keep alive * memory and disk cache. * full request/response access control * easy used web manage console. * each virtualhost can run seperate process and user. * xml config file * on the fly gzip/br2 * dso extend. ## build from source code kangle use cmake to build. ``` git clone https://gitee.com/keengo/kangle cd kangle git submodule init git submodule update mkdir build cd build cmake .. make ``` ## build for windows.