Skip to content

Gscienty/easy-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-socket (esy)

eys is a C++ wrapper socket. by using this library, newtwork I/O can be implemented conveniently.

Examples

you can find some examples in the example/.

How to build

Clone this repo and make build dir.

git clone https://github.com/gscienty/easy-socket.git
cd easy-socket
make