Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 415 Bytes

File metadata and controls

29 lines (19 loc) · 415 Bytes

Asynchronous Echo Server using Asio C++

Just to test Asio C++ out.

Quick Start

Server

$ make
$ ./echo_server

Client

You can just use telnet as a client

$ telnet localhost 6970
hello
hello
$

Screencast

This project was originally started on a livestream:

thumbnail