An asynchronous TCP server and client implementation using Boost ASIO. The system streams data directly from objects through a flexible virtual interface and includes an SSL handshake for secure communication.
Example files are provided in Server and Client repositories respectly.