From a2bc9825e25d10a5e36c09239be3ea75b3de0029 Mon Sep 17 00:00:00 2001 From: Nairit Banerjee Date: Sat, 20 Oct 2018 13:46:32 +0530 Subject: [PATCH] Added instructions for Client Server Implementation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fcc41876..3a181c01 100644 --- a/README.md +++ b/README.md @@ -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.