Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 313 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 313 Bytes

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