https://github.com/adridev2024/realtimechatapp-python
💬🔊Aplicación de mensajería instantánea con Python📱Desarrollada gracias a la poderosísima tecnología websocket
https://github.com/adridev2024/realtimechatapp-python
app backend python3 socket
Last synced: over 1 year ago
JSON representation
💬🔊Aplicación de mensajería instantánea con Python📱Desarrollada gracias a la poderosísima tecnología websocket
- Host: GitHub
- URL: https://github.com/adridev2024/realtimechatapp-python
- Owner: ADRIDEV2024
- License: apache-2.0
- Created: 2024-07-10T10:35:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:57:36.000Z (over 1 year ago)
- Last Synced: 2025-01-11T23:13:30.967Z (over 1 year ago)
- Topics: app, backend, python3, socket
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealTimeChatApp-Python

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.