|
|
@@ -2,10 +2,20 @@ English | [中文](README-CN.md)
|
|
|
|
|
|
# libhv
|
|
|
|
|
|
-[](https://github.com/ithewei/libhv/releases)
|
|
|
+[](.github/workflows/CI.yml)
|
|
|
[](https://github.com/ithewei/libhv/actions/workflows/CI.yml?query=branch%3Amaster)
|
|
|
-[](https://github.com/ithewei/libhv/actions/workflows/benchmark.yml?query=branch%3Amaster)
|
|
|
-[](.github/workflows/CI.yml)
|
|
|
+[](https://github.com/ithewei/libhv/actions/workflows/benchmark.yml?query=branch%3Amaster)
|
|
|
+<br>
|
|
|
+[](https://github.com/ithewei/libhv/releases)
|
|
|
+[](https://github.com/ithewei/libhv/stargazers)
|
|
|
+[](https://github.com/ithewei/libhv/network/members)
|
|
|
+[](https://github.com/ithewei/libhv/issues)
|
|
|
+[](https://github.com/ithewei/libhv/pulls)
|
|
|
+[](LICENSE)
|
|
|
+<br>
|
|
|
+[](https://gitee.com/libhv/libhv)
|
|
|
+[](https://github.com/oz123/awesome-c)
|
|
|
+[](https://github.com/fffaraz/awesome-cpp)
|
|
|
|
|
|
Like `libevent, libev, and libuv`,
|
|
|
`libhv` provides event-loop with non-blocking IO and timer,
|
|
|
@@ -13,7 +23,7 @@ but simpler api and richer protocols.
|
|
|
|
|
|
## ✨ Features
|
|
|
|
|
|
-- Cross-platform (Linux, Windows, Mac, Solaris)
|
|
|
+- Cross-platform (Linux, Windows, MacOS, Solaris)
|
|
|
- EventLoop (IO, timer, idle)
|
|
|
- TCP/UDP client/server/proxy
|
|
|
- SSL/TLS support: WITH_OPENSSL or WITH_MBEDTLS
|