← back

cli chat

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.

demo

features

demo

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