Skip to content

Instantly share code, notes, and snippets.

View yixiaoyang's full-sized avatar

xiaoyang.yi yixiaoyang

View GitHub Profile
@yixiaoyang
yixiaoyang / README.md
Created May 17, 2018 11:39 — forked from Jxck/README.md
libuv TCP server/client sample

how to compile

$ gcc -g -Wall -I /path/to/libuv/include /path/to/libuv/uv.a -framework CoreServices server.c -o server
$ gcc -g -Wall -I /path/to/libuv/include /path/to/libuv/uv.a -framework CoreServices client.c -o client