ithewei
ithewei
[libhv](https://github.com/ithewei/libhv) - Event loop with non-blocking IO and timer. [BSD-3-Clause]
- 项目介绍见 [README.md](https://github.com/ithewei/libhv/blob/master/README.md) - 编译步骤见 [BUILD.md](https://github.com/ithewei/libhv/blob/master/BUILD.md) - 目录结构见 [TREE.md](https://github.com/ithewei/libhv/blob/master/TREE.md) - 后续规划见 [PLAN.md](https://github.com/ithewei/libhv/blob/master/docs/PLAN.md) - 接口文档见 [docs/cn](https://github.com/ithewei/libhv/tree/master/docs/cn) - 提问前请先查阅 [中文FAQ](https://github.com/ithewei/libhv/wiki/%E4%B8%AD%E6%96%87FAQ) - 中文博客教程: - QQ技术交流群:**739352073** - 提Issue或PR请尽量用英语,虽然我的英语也很烂
**Is your feature request related to a problem? Please describe.** C++ is a popular language, but postman does not give a codegen, libcurl is too complicated and difficult to use,...
Build steps: ``` git clone https://github.com/ithewei/libhv cd libhv ./configure && make && sudo make install git clone -b libhv https://github.com/ithewei/hiredis cd hiredis mkdir build cd build cmake .. -DENABLE_EXAMPLES=ON make...