mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
8 lines
191 B
Markdown
8 lines
191 B
Markdown
This example was taken from
|
|
|
|
https://github.com/libuv/libuv/tree/v1.x/docs/code/tcp-echo-server
|
|
|
|
To build it run, for example
|
|
|
|
$ gcc echo_server_direct.c -luv -O2 -o echo_server_direct
|