This project demonstrates socket based client server communication in C build with reference to the book Unix Network Programming by W. Richard Stevens.
- Clone the repo
- Compile both client and server program separeately
- Run the server program first and then run the client program
This project only runs on localhost currently