Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 183 Bytes

File metadata and controls

16 lines (11 loc) · 183 Bytes

Socket example

Implementation of a socket in python

How to run

# fist run the server
python ./server.py
# then run the client
python ./client.py