This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Cliente de chat TCP/IP. | |
| El cliente se conecta al servidor, permite escribir mensajes por teclado | |
| y recibe en pantalla los mensajes enviados por el servidor. | |
| """ | |
| import socket | |
| import threading | |