The code in this repo is the result of following this socket programming tutorial in C: https://www.youtube.com/watch?&v=LtXEMwSG5-8
Made for fun/learning.
- Clone the repo.
- Run
make all
to build the client and server executables. - Run
./server
and then./client
in separate shells.