halvors / TcpClientServerApp

Async TCP Client / Server App (Protocol based) using C++ Boost::Asio

Home Page:https://github.com/iamAzeem/TcpClientServerApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TcpClientServerApp

ci

This repo contains the asynchronous protocol-based TCP client and server applications using C++ and Boost::Asio.

Dependencies

Build

git clone git@github.com:iamazeem/TcpClientServerApp.git
cd TcpClientServerApp
mkdir build
cd build
cmake ..
make

The client and server binaries will be generated:

  • ./server/server
  • ./client/client

Run

Run server on one terminal:

./server/server

Run client on another terminal:

./client/client

License

MIT

About

Async TCP Client / Server App (Protocol based) using C++ Boost::Asio

https://github.com/iamAzeem/TcpClientServerApp

License:MIT License


Languages

Language:C++ 95.8%Language:CMake 4.2%