https://github.com/yehezkiel1086/client-server-multithreading
π Socket programming project built using Python server-client system implementation with multithreading
https://github.com/yehezkiel1086/client-server-multithreading
client multithreading python server socket
Last synced: 9 months ago
JSON representation
π Socket programming project built using Python server-client system implementation with multithreading
- Host: GitHub
- URL: https://github.com/yehezkiel1086/client-server-multithreading
- Owner: yehezkiel1086
- Created: 2024-05-10T07:58:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-06T17:12:14.000Z (10 months ago)
- Last Synced: 2025-09-06T19:13:43.493Z (10 months ago)
- Topics: client, multithreading, python, server, socket
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client Server Multithreading
## Description
- Open a port on port 45000 with TCP transport
- The server must be able to serve concurrent requests (multithreading)
- Terms of requests served
- Starting with the string "TIME and ending with character 13 and character 10"
- Each request can end with the string βQUITβ ending with characters 13 and 10
- The server will respond with hours with conditions
- In string form (UTF-8)
- Starting with "JAM\\"
- contains hour information in the format "hh:mm:ss" and ends with character 13 and character 10