c_socket Socket server and client in C programming General Compile both server and client with gcc Fire up the server with: sudo ./server localhost 12345 Fire up the client with: ./client localhost 12345