From 1d6701121b1150d3301a6a065c7091a0c5db0a13 Mon Sep 17 00:00:00 2001 From: Nikhil <46191967+nikhilcse@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:05:52 +0530 Subject: [PATCH] Improved the README.md Made the README.md file more informative. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32faf23 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Chat system using Socket Programming + +A group chat System is developed. + +Wherein TCP protocol is used in order to establish +a connection with a host.