# socket01 **Repository Path**: weekend/socket01 ## Basic Information - **Project Name**: socket01 - **Description**: hello socket - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-01 - **Last Updated**: 2026-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## RoadMap - [x] Reactor 模型, epoll - [x] Proactor 模型, io_uring - [ ] 线程池 - [ ] RPC框架 ## Socket Basic * [socket](socket.md) ## conan config ```bash # install conan pip install conan # install dependencies Release 版本 # 如果需要 Debug 版本: conan install -s build_type=Debug conan install . --output-folder=conan_build --build=missing --settings build_type=Release -s compiler.cppstd=20 --deployer=direct_deploy ``` ## vscode cmake 切换编译 Target Release/Debug ```bash # Ctrl + Shift + P CMake: Select Variant ``` ## 参考 - [x] [protobuf/6.33.5](https://conan.io/center/recipes/protobuf?version=6.33.5)