/command-line-chat-application

So far implements a simple command-line chat application using Python's built-in socket module and the select module for handling multiple client connections. This application allows multiple clients to connect to a single server and chat with each other.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Stargazers