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

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

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