C implementation of a dummy client-server system. The server accepts & establishes connections from the client, which prompts the user to enter two strings in input. The client sends the strings to ...
This repository contains a simple implementation of TCP Client-Server communication in C using the socket programming APIs: ->socket() ->bind() ->listen() ->accept ...