coolaj86 / libev-examples

A nice place for simple libev examples. Please contribute.
MIT License
235 stars 84 forks source link

TCP socket based echo client #4

Open user1020 opened 10 years ago

user1020 commented 10 years ago

Thanks for creating the examples. There is a unix-echo-client.c, wonder if there is a tcp socket based echo client?

Thanks

coolaj86 commented 10 years ago

Checkout https://github.com/tigerbot/libevn and https://github.com/tigerbot/libevweb

However, I think libev is deprecated in a similar way that libevent is. I believe everyone is using libuv now.