Skip to content

Asynchronous parallel echo server written using Boost.Asio

License

Notifications You must be signed in to change notification settings

kwh44/echo_server

Repository files navigation

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.

About

Asynchronous parallel echo server written using Boost.Asio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published