Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 348 Bytes

Messenger System Implementation using Socket Programming


How to use :

For compiling Server and Client go to their folder and run this command :

  make
  • Note: You should install gcc compiler first.

Then for run just use these commands in server and client repositories :

  ./server server_port
  ./client server_port