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
- Host: GitHub
- URL: https://github.com/bberkay/socket-programming-with-python
- Owner: bberkay
- Created: 2023-07-28T14:06:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T22:41:15.000Z (over 2 years ago)
- Last Synced: 2025-01-31T11:29:37.037Z (12 months ago)
- Topics: computer-science, parallel-programming, python, socket-programming, threading
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.