💬 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
- Real-time messaging via terminal
- Simple client-server architecture using Python sockets
- Lightweight and easy to run
- Cross-platform (Windows/Linux/Mac)
⚙️ Tech Stack
- Python
- Sockets for networking
- Terminal-based interface
🚀 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