/TCP-client-

My first experience with socket programming. This is a TCP client written in C, It creates a socket, establishes a connection to a server, sends an HTTP GET request, receives the server's response, and prints the response to the console.

Primary LanguageC

Stargazers