ithewei a0ffa88151 Add examples socks5_proxy_server hace 4 años
..
consul 37705499e5 format code hace 4 años
httpd 3805f6a25c http_async_handler use hv::async hace 4 años
jsonrpc 423f3d2615 Update jsonrpc protorpc hace 4 años
multi-thread 2683201366 update hace 4 años
nmap 37705499e5 format code hace 4 años
protorpc d47447aec5 valgrind check hace 4 años
qt 425efb1444 Add README.md for examples/qt hace 4 años
CMakeLists.txt a0ffa88151 Add examples socks5_proxy_server hace 4 años
README.md a0ffa88151 Add examples socks5_proxy_server hace 4 años
curl.cpp b17ef35aea update hace 4 años
hloop_test.c a774a4fa49 Test logger_set_format hace 4 años
hmain_test.cpp 8c87a9415c move hmain from cpputil to base hace 4 años
htimer_test.c 1f68f57118 Add examples: echo chat proxy hace 5 años
http_client_test.cpp 3a6b5f30ed fix: avoid to use static object hace 4 años
http_server_test.cpp 8444528c0f update hace 4 años
nc.c 6c4380a97a fix kcp conv hace 4 años
socks5_proxy_server.c a0ffa88151 Add examples socks5_proxy_server hace 4 años
tcp_chat_server.c 648183cec5 update hace 4 años
tcp_echo_server.c c6acc7e0a4 hio_readline, hio_readstring, hio_readbytes hace 4 años
tcp_proxy_server.c 1a5e017f77 Add examples/tinyproxyd hace 4 años
tinyhttpd.c 2683201366 update hace 4 años
tinyproxyd.c 2683201366 update hace 4 años
udp_echo_server.c 57e0211c57 New feature: rudp WITH_KCP hace 4 años
udp_proxy_server.c 1a5e017f77 Add examples/tinyproxyd hace 4 años
websocket_client_test.cpp 10b180087d update hace 4 años
websocket_server_test.cpp 8444528c0f update hace 4 años
wget.cpp 138a0f72c6 fix: HEAD 404 skip_body hace 4 años
wrk.cpp 72dcbed93a update hace 4 años

README.md

目录结构

.
├── consul/                 consul服务注册与发现
├── httpd/                  HTTP服务端
├── jsonrpc/                json RPC示例
├── multi-thread/           多线程网络编程示例
├── nmap/                   网络扫描工具
├── protorpc/               protobuf RPC示例
├── qt/                     在qt里使用libhv示例
├── curl.cpp                HTTP请求工具
├── hloop_test.c            事件循环测试代码
├── hmain_test.cpp          命令行程序示例代码
├── htimer_test.c           定时器测试代码
├── http_client_test.c      HTTP客户端测试代码
├── http_server_test.c      HTTP服务端测试代码
├── nc.c                    网络连接工具
├── socks5_proxy_server.c   SOCKS5代理服务
├── tcp_chat_server.c       TCP聊天服务
├── tcp_echo_server.c       TCP回显服务
├── tcp_proxy_server.c      TCP代理服务
├── tinyhttpd.c             微型HTTP服务
├── tinyproxyd.c            微型HTTP代理服务
├── udp_echo_server.c       UDP回显服务
├── udp_proxy_server.c      UDP代理服务
├── websocket_client_test.c WebSocket客户端测试代码
├── websocket_server_test.c WebSocket服务端测试代码
├── wget.cpp                HTTP文件下载工具
└── wrk.cpp                 HTTP压测工具