Update README.md
Some checks failed
Test Quart Application / build (3.10) (push) Has been cancelled
Test Quart Application / build (3.11) (push) Has been cancelled

This commit is contained in:
2026-02-17 05:56:19 -05:00
parent 6f6a8f0c4a
commit 121e9e03b0

View File

@@ -143,13 +143,6 @@ hersel.it/
- `project_tags` - Tag/badge progetti
- `social_links` - Link profili social
## 🔄 Migrazione da Quart a Flask
Questo progetto è stato migrato da Quart (framework asincrono) a Flask (framework sincrono) per:
- Semplificare l'architettura
- Migliorare la compatibilità con librerie esistenti
- Facilitare il deployment con server WSGI standard (Gunicorn)
- Ridurre la complessità per un portfolio che non richiede operazioni async intensive
## 🛠️ Sviluppo