Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 308 Bytes

network-socket
network socket in python server and client example

how to run
python3 server.py especificar ip y puerto cuando se solicite

how to test
nc IP PUERTO
ejemplo: nc 127.0.0.1 8000

tambien se puede probar con client.py
ejemplo: python3 client.py