LIBWIRE
Next-generation C++17 networking library.
|
This example shows how to implement TCP echo server using libwire::tcp::listener and libwire::tcp::socket classes.Example code is pretty simple to understand but let's describe each step in detail if you are in doubt: