Back to Browse

C++ Programming on Linux - Libevent TCP client Example

628 views
Apr 7, 2024
23:37

Libevent is an event notification library for developing scalable network application. The advantage of libevent is able to set network socket communication application using non-blocking model, so it's feasible to handle muti-connections API and improve program efficiency and performance. It's widely be used in many network communication related applications. The example of this short video, it's going write a C++ socket IO TCP client program using classic block pattern and a socket IO TCP client program using libevent mathon. Source code of this example has been uploaded onto GitHub: https://github.com/yuanhui360/CPP-Programming-on-Linux/tree/main/YH-138

Download

0 formats

No download links available.

C++ Programming on Linux - Libevent TCP client Example | NatokHD