Added instructions for Client Server Implementation

This commit is contained in:
Nairit Banerjee 2018-10-20 13:46:32 +05:30 committed by GitHub
parent ac7a937532
commit a2bc9825e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,3 +79,8 @@ In this directory you will find (in the right order):
* word-count
* rna-transcription
## Simple Client Server Implementation
This directory contains
* client.c
* server.c
First execute server.c in a terminal and then client.c in a diferrent terminal. Enables communication between two terminals.