Actualizar README.md
This commit is contained in:
parent
17d0c280c6
commit
b545719c60
|
|
@ -2,14 +2,8 @@
|
|||
|
||||
## Arquitectura
|
||||
|
||||
```
|
||||
[Navegador A] ──WebSocket──► [client_web.py] ──TCP──►
|
||||
[server.py :9000]
|
||||
[Navegador B] ──WebSocket──► [client_web.py] ──TCP──►
|
||||
```
|
||||
Revisar la imagen subida!
|
||||
|
||||
- **server.py** — Servidor TCP puro con threading. Gestiona usuarios, salas, mensajes.
|
||||
- **client_web.py** — Puente Flask + Socket.IO entre navegadores y el servidor TCP.
|
||||
|
||||
## Inicio rápido (todo en local)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue