Creating Command-line Based Chat Room using Pythonby@yashhhhraj
14,918 reads
14,918 reads

Creating Command-line Based Chat Room using Python

by Yashraj Singh Chouhan8mJuly 7th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow
EN

Too Long; Didn't Read

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.

Company Mentioned

Mention Thumbnail
featured image - Creating Command-line Based Chat Room using Python
Yashraj Singh Chouhan HackerNoon profile picture
Yashraj Singh Chouhan

Yashraj Singh Chouhan

@yashhhhraj

Human by life, Programmer by choice

About @yashhhhraj
LEARN MORE ABOUT @YASHHHHRAJ'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Yashraj Singh Chouhan HackerNoon profile picture
Yashraj Singh Chouhan@yashhhhraj
Human by life, Programmer by choice

TOPICS

Languages

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!