A lib which wrap and extend sock
- c++ compiler support c++17
- cmake
- some examples need fast_io lib and c++20 support
git clone https://gitee.com/HWZen/socketor
cd socketor
mkdir build && cd build
cmake ../
cmake --build .
The above command applies to Windows and Linux platforms
You can look at server_test.cpp and client_test.cpp
- Cross platforms
- Simply to create a connection
- Easy to extend
- Tiny, only 500k static library * 2
- support domain name resolution
- Will be support async server in the future
- Thread safe