Skip to content

Instantly share code, notes, and snippets.

@jinzhiyuangit
jinzhiyuangit / README.md
Created September 27, 2019 18:53 — 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