Skip to content

HWZen/socketor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socketor

A lib which wrap and extend sock

require

  • c++ compiler support c++17
  • cmake
  • some examples need fast_io lib and c++20 support

build

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

use example

You can look at server_test.cpp and client_test.cpp

feature

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published