Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 333 Bytes

fliendly_python_server

A Python client/server application.

Client sends a timezone to the server that returns the date and time of it.

Client's conection is persistent, it means you can send multiple (non-parallel) timezones.

If you type 'close' the server closes the current conection and wait for another one.

That's it! :)