Command-Line-Chatting-App.This repository contains a simple Python implementation showcasing socket communication between a server and a client using threading. The code is organized into two classes, ServerNode and ClientNode, demonstrating a basic messaging system.