mustaphalimar / c-server-client-socket

A simple server/client socket connection in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-server-client-socket

In the root folder open two Terminals, one for server.c and the other for client.c

in the server terminal run this :
gcc -o server server.c && ./server

this will build the c file to an executable file

in the client terminal run this :
gcc -o client client.c && ./client

this will do the same for the client

About

A simple server/client socket connection in C.


Languages

Language:C 100.0%