Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Dec 4, 2022
1 parent 73a27d2 commit f8fe76f
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 1,486 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ int main(int argc, char** argv) {
- WebSocket服务端: [examples/websocket_server_test.cpp](examples/websocket_server_test.cpp)
- WebSocket客户端: [examples/websocket_client_test.cpp](examples/websocket_client_test.cpp)
- protobufRPC示例: [examples/protorpc](examples/protorpc)
- Qt中使用libhv示例: [examples/qt](examples/qt)
- Qt中使用libhv示例: [hv-projects/QtDemo](https://github.com/hv-projects/QtDemo)

### 模拟实现著名的命令行工具
- 网络连接工具: [examples/nc](examples/nc.c)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ int main(int argc, char** argv) {
- [examples/websocket_server_test.cpp](examples/websocket_server_test.cpp)
- [examples/websocket_client_test.cpp](examples/websocket_client_test.cpp)
- [examples/protorpc](examples/protorpc)
- [examples/qt](examples/qt)
- [hv-projects/QtDemo](https://github.com/hv-projects/QtDemo)

### simulate well-known command line tools
- [examples/nc](examples/nc.c)
Expand Down
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
├── multi-thread/ 多线程网络编程示例
├── nmap/ 网络扫描工具
├── protorpc/ protobuf RPC示例
├── qt/ 在qt里使用libhv示例
├── curl.cpp HTTP请求工具
├── hloop_test.c 事件循环测试代码
├── hmain_test.cpp 命令行程序示例代码
Expand Down
38 changes: 0 additions & 38 deletions examples/qt/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions examples/qt/client/HttpClientPage.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions examples/qt/client/HttpClientPage.h

This file was deleted.

139 changes: 0 additions & 139 deletions examples/qt/client/TcpClientPage.cpp

This file was deleted.

36 changes: 0 additions & 36 deletions examples/qt/client/TcpClientPage.h

This file was deleted.

Loading

0 comments on commit f8fe76f

Please sign in to comment.