An open API service indexing awesome lists of open source software.

https://github.com/bberkay/socket-programming-with-python

Socket Programming Practice with Threading in Python
https://github.com/bberkay/socket-programming-with-python

computer-science parallel-programming python socket-programming threading

Last synced: 10 months ago
JSON representation

Socket Programming Practice with Threading in Python

Awesome Lists containing this project

README

          

# Socket Programming with Threading in Python
The main goal is to practice

### Output Scenario
[server.py](https://github.com/bberkay/socket-programming-with-python/blob/main/server.py) is executed, then 2 instances of [client.py](https://github.com/bberkay/socket-programming-with-python/blob/main/client.py) are run in parallel, and the clients disconnect their connections after staying connected for 5 seconds each.