Creating Command-line Based Chat Room using Python

Written by yashhhhraj | Published 2020/07/07
Tech Story Tags: python3 | python-programming | programming | tutorial | cli | side-project | backend | coding | web-monetization | hackernoon-es

TLDR Python is one of the most versatile programming languages and one can observe that through its various applications everywhere. In this tutorial, we’re going to build a group chat room that can host more than two clients at a time. The server-client architecture means multiple clients will be hosted by one server. We’ll be importing two libraries named ‘socket’ and ‘threading’ Both are built-in libraries so there’s no need to pip install them. We need to write two scripts, one for the server-side and the other for the client-side.via the TL;DR App

no story

Written by yashhhhraj | Human by life, Programmer by choice
Published by HackerNoon on 2020/07/07