Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 540 Bytes

File metadata and controls

17 lines (16 loc) · 540 Bytes

Echo Server

Asynchronous echo server:

Echo server, implemented using boost.asio library, that processes incoming client requests in parallel.

Requirements:
  • CMake >= 3.0
  • make - a GNU tool for generating executables
  • C++ compiler supporting C++11 standard
  • Boost >= 1.68.0
How to build:
  • $ cd echo_server; mkdir build; cd build; cmake ..; make

Created by Andrii Maistruk and Mykola Bilayev, 2019.