libhv异步事件驱动库
libhv 是一个跨平台的类似 libevent、libev、libuv 的异步事件驱动库,提供了更加简单的 API 接口和更加丰富的协议。
Features
- 跨平台(Linux,Windows,Mac)
- 事件循环(IO,计时器,空闲)
- 启用IPv6
- 使用OpenSSL
- http客户端/服务器(包括https http1 / x http2 grpc)
- http Web服务,indexof服务,api服务(支持RESTful API)
- 协议
- dns
- ftp
- smtp
- 应用
- ls
- ifconfig
- ping
- nc
- nmap
- nslookup
- ftp
- sendmail
- httpd
- curl
具体介绍见项目README
评论