Just to test Asio C++ out.
$ make
$ ./echo_serverYou can just use telnet as a client
$ telnet localhost 6970
hello
hello
$
This project was originally started on a livestream:
Echo Server using Asio C++ just to test it out
Just to test Asio C++ out.
$ make
$ ./echo_serverYou can just use telnet as a client
$ telnet localhost 6970
hello
hello
$
This project was originally started on a livestream:
Echo Server using Asio C++ just to test it out
MIT License