boost asio tcp send and receive tutorial
boost, boost-asio, c++
Solution
You should check this:
The Boost C++ Libraries / Chapter 7: Asynchronous Input and Output
Problem
I am looking for a good tutorial or example of using tcp boost asio to create a server that can send and receive string messages. This example seems to be a good place to start but there is no documentation, which is leaving me lost. Any other better examples out there? Or could someone explain to me what is going on in the example?