tsoding / asio-echo

Echo Server using Asio C++ just to test it out

Repository from Github https://github.comtsoding/asio-echoRepository from Github https://github.comtsoding/asio-echo

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

About

Echo Server using Asio C++ just to test it out

License:MIT License


Languages

Language:C++ 91.1%Language:Makefile 8.9%