# libevhtp **Repository Path**: mirrors_addons/libevhtp ## Basic Information - **Project Name**: libevhtp - **Description**: Create extremely-fast and secure embedded HTTP servers with ease. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README | ![LOGO](http://i.imgur.com/uBd4iIz.png) |

Libevhtp

| | :------------- | -------------: | [![Build Status](https://travis-ci.org/criticalstack/libevhtp.svg?branch=develop)](https://travis-ci.org/criticalstack/libevhtp) [![Gitter](https://badges.gitter.im/criticalstack/libevhtp.svg)](https://gitter.im/criticalstack/libevhtp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Packaging status](https://repology.org/badge/tiny-repos/libevhtp.svg)](https://repology.org/metapackage/libevhtp/versions) Coverity Scan Build Status ## Required Dependencies * [gcc](http://gcc.gnu.org/) or [clang](https://clang.llvm.org/) * [Libevent2](http://libevent.org) * [CMake](http://cmake.org) ## Optional Dependencies * [OpenSSL](http://openssl.org) * pthreads * [onig (regex)](https://github.com/kkos/oniguruma) ## Building * cd build * cmake .. * make * make examples ## For Windows MinGW * cmake -G "MSYS Makefiles" -DCMAKE_INCLUDE_PATH=/mingw/include -DCMAKE_LIBRARY_PATH=/mingw/lib -DCMAKE_INSTALL_PREFIX=/mingw . * make ## Performance stuff While we never documented any benchmark publically, the popular open source project [ZIMG](http://zimg.buaa.us) did a bit of that for us.The ZIMG team decided to move away from NGINX to libevhtp for their software, and the results were pretty outstanding. Here is a graph showing their application under very high load ![ZIMG GRAPH](/zimg_vs_nginx.png) The X-axis is the number of connections, while the Y-axis is requests per second. You can read the whole article here: [Architecture Design of an Image Server](http://zimg.buaa.us/documents/Architecture_Design_of_Image_Server/) Slightly outdated (Now faster!) ![HI NGINX](http://i.imgur.com/kiSkSLH.png)