An open API service indexing awesome lists of open source software.

https://github.com/jaredpersonalorganization/tcp-asio-async

TCP ASIO Async Implementation
https://github.com/jaredpersonalorganization/tcp-asio-async

asio boost cplusplus cpp networking ssl tcp tcp-client tcp-server

Last synced: 11 months ago
JSON representation

TCP ASIO Async Implementation

Awesome Lists containing this project

README

          

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.