Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-programming

Python multi-thread socket programming - first client send a message to the server, server pass it to the second client, second client recognize repeated words and give back it to the server, server send it to first client, and first client print words and repeats. you can have many client_1 and client_2 (because of threads)

Installation

pip install -r requirements.txt

Start

python3 server_thread.py
python3 client_1.py
python3 client_2.py

About

Python multi-thread socket programming - first client send a message to the server, server pass it to the second client, second client recognize repeated words and give back it to the server, server send it to first client, and first client print words and repeats. you can have many client_1 and client_2 (because of threads)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages