bvaisakh / simple-tcp-server-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-tcp-server-client

Building

mkdir build
cd build
cmake -S .. -B .
cmake --build .

Running

# From inside the build folder

# Starting the server
./server

# Starting the client
./client localhost

About


Languages

Language:C++ 94.8%Language:CMake 5.2%