This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: I1JAbxUHXc15yIBYPKLnIU8-JYHyqBOLiDchlzdun_w
Cover

Creating Command-line Based Chat Room using Python

Written by @yashhhhraj | Published on 2020/7/7

TL;DR
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.

[story continues]


Written by
@yashhhhraj
Human by life, Programmer by choice

Topics and
tags
python3|python-programming|programming|tutorial|cli|side-project|backend|coding|web-monetization|hackernoon-es
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: I1JAbxUHXc15yIBYPKLnIU8-JYHyqBOLiDchlzdun_w