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