Simple demonstration of how a client-server model works.
Implemented in C using the TCP protocol and the sockets library.
Must have gcc installed
Compile client: gcc client.c -o Client
Compile Server: make
./Client
./Server
Simply follow the instructions given on the client side
@lbpaisDev @JoseDias