Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggiornamento Client server arch., rimosso cos’è aggiunti tag #3089 #3196

Open
wants to merge 1 commit into
base: dev-it
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/it/client-server-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Architettura Client-Server
status: Completed
category: concetto
tags: ["architettura", "", ""]
tags: ["architettura", "fondamenti", ""]
---

## Cos'è


In un'architettura client-server la logica (o il codice) che forma un'applicazione è diviso in due o più componenti: un client che richiede di eseguire del lavoro (ad esempio, l'applicazione web di Gmail in esecuzione sul web browser), e uno o più server che soddisfano quella richiesta (ad esempio, il servizio "invia email" in esecuzione sui computer di Google in cloud).
In questo esempio, le email in uscita sono inviate dal client (l'applicazione web in esecuzione sul web browser) a un server (i computer di Gmail, che inoltrano le email in uscita ai rispettivi destinatari).
Expand Down
Loading