ASIO-Client-Server-Framework
1.0
ASIO-Client-Server-Framework
|
This framework is a baseline setup for asynchronous communication between a server and multiple clients using Boost ASIO. It provides the essential tools to:
/docs/html/index.html
/src/examples
Before you begin, ensure you have the following installed on your machine:
To use the framework, simply include all the header files in the /include
directory. Since this is a header-file-only project, there is no need to compile any source files. All necessary functionality is contained in the headers. You may copy the headers into your own includes
folder, configure your compiler to include the headers, or link them in your compile command.