← Back to Home

💬 CLI Chat – Command-Line Chat Application

June, 2024

🧠 Overview

CLI Chat is a lightweight command-line chat application built with Python. It allows users to exchange messages in real-time via terminal interfaces. Perfect for learning socket programming and basic networking concepts.

✨ Features

⚙️ Tech Stack

🚀 How to Run

Clone the repository and run the server and client scripts:

git clone https://github.com/ahhyoushh/cli-chat.git
cd cli-chat
python server.py
python client.py
🔗 View on GitHub