![Real-time application with Python-FECA57-700x425](https://private-user-images.githubusercontent.com/163412333/351418254-21aea213-13a7-4ef3-879a-6674b4f13112.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTU4NzYsIm5iZiI6MTczOTA1NTU3NiwicGF0aCI6Ii8xNjM0MTIzMzMvMzUxNDE4MjU0LTIxYWVhMjEzLTEzYTctNGVmMy04NzlhLTY2NzRiNGYxMzExMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQyMjU5MzZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kOGUyNDc2ODczNjljZjBjYWY1OGE0Y2YwOTBjOTgzYmI1YjcxYWQ2YmM1NzA2ZDc0N2RjMGQ2MDhiN2JkZWJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.MNxlUO2hT8ZbUUR1PqOjAiPT5lurrL9UgWog6mrYBrE)
Esta aplicación es un chat en tiempo real desarrollado únicamente con Python🐍 gracias a la librería Socket y a la librería Threading. Contiene las configuraciones y las funcionalidades propias de una comunicación cliente-servidor mediante protocolo Socket vía red local💻🌐. Esta app emplea el modelo TCP para un mejor desempeño del canal emisor-receptor de mensajes en formato texto. El límite de caracteres permitidos por mensaje está establecido en 2048.
This application is a real-time chat developed only with Python🐍 thanks to the Socket library and the Threading library. It contains the configurations and functionalities of a client-server communication using Socket protocol via local network💻🌐. This app uses the TCP model for a better performance of the sender-receiver channel of messages in text format. The number of characters allowed per message is set to 2048.