/tcp-client-server-demo

A demo of using the sockets API in C to allow a client and server application to communicate with each other.

Primary LanguageC

TCP client-server demo

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.

Running

  1. Clone the repo.
  2. Run make all to build the client and server executables.
  3. Run ./server and then ./client in separate shells.