Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 213 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 213 Bytes

Client-Server-Sockets

Client-Server sockets in c. Server exec the commands sent from client.

Run instructions:

  • gcc client.c -o client
  • gcc server.c -o server
  • ./server [port]
  • ./client [hostname] [port]