# fastSocket **Repository Path**: yudaichen/fast-socket ## Basic Information - **Project Name**: fastSocket - **Description**: c++实现最快的服务器 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-17 - **Last Updated**: 2022-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastSocket #### Introduction Fastest server #### Software architecture |Root path | package name | comment| | ------------ | ------------ | ------------ | |Examples | design pattern | C + + design pattern case| |Examples | network | tcp-udp case| |Examples | utils | common toolkit sorting| |Include | utils collection | project common container encapsulation class header file| |Include | utils concurrent | project general multi threaded encapsulation class header file| |Include | utils magic | project general magic class - header file| |SRC | utils concurrent | project general multithreading encapsulation class - Implementation| |SRC | utils magic | project general magic class - Implementation| #### Instructions for use UNIX: -S .. - G "Unix Makefiles" WINODWS: -S .. - G "Visual Studio 16 2019" -A x64 -DCMAKE_ BUILD_ TYPE=Debug -DCMAKE_ INSTALL_ PREFIX=./ install -DCMAKE_ TOOLCHAIN_ File = ${your vcpkg path} - dvcpkg_ TARGET_ TRIPLET=x64-windows-static Run cmake #### Participation and contribution Name: Yu Daichen qq: 250074249 #### Conclusion “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” ― Martin Fowler