From 2ff21cbac784d70cd6d3ee251e5bf7ce70acea7a Mon Sep 17 00:00:00 2001 From: Siddharth Narela <74176439+siddharthnarela@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:13:07 +0530 Subject: [PATCH] Create readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7e58abd --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# CLI Chat Application + +A simple command-line interface (CLI) chat application built with Python and sockets. This project demonstrates a basic client-server chat system where multiple clients can connect to a server and communicate with each other in real-time.