hello-asio

Example project for settings modular client-server project with ASIO

Used as template for firther client-server projects

GitHub license GitHub stars

Requirements

System

  • Any CPU
  • 16 Mb RAM
  • 1 Mb Disk Space
  • Network support

Software

  • C++ 11 support
  • Network access (allow server access to socket)

Dependencies

  • C++ STL
  • Boost.ASIO

Build

    $cmake -G "Ninja"  -DCMAKE_BUILD_TYPE:STRING="Debug"

Usage

  1. Start Server
  2. Start Client

Contribution

This repository is an example. You can freely use source code from it