Building a basic chat application in Python (Sockets and Threads)

Опубликовано: 27 Октябрь 2024
на канале: ChipSqueax
1,375
30

Hi! In this video, we shall be building a really basic chat application in Python in which two clients can chat with each other via a server. We'll be using the socket and threading modules in our program too.

Smash like and hit subscribe if you liked the content!

Time-stamps:
0:00 - Introduction
0:47 - The server code
9:02 - The client code
13:10 - Testing out the application


GitHub link for the code:
https://github.com/ChipTalksComputers...

SUBSCRIBE NOW:
   / @chipsqueax  

GITHUB:
https://github.com/ChipTalksComputers

FACEBOOK:
  / chiptalkscomputers-105731584427042  

INSTAGRAM:
  / chiptalkscomputers  

PYTHON FOR BEGINNERS:
   • How to download and install Python 3....  

PREVIOUS VIDEOS:
Knight's tour:
   • Knight's Tour solved with Python [War...  
Automating Basketball FRVR:
   • Automating Basketball FRVR with Python