Skip to content

Commit

Permalink
Add wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy committed Mar 29, 2024
1 parent 9571404 commit b913f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/websockets.it.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WebSocket

I WebSocket sono un protocollo di comunicazione bidirezionale usato per trasmettere messaggi tra client e server. A differenza di HTTP, che utilizza un pattern di richiesta-risposta, i WebSocket consentono di inviare un numero arbitrario di messaggi in entrambe le direzioni. L'API WebSocket di Vapor ti permette di creare sia client che server che gestiscono messaggi in modo asincrono.
I [WebSocket](https://it.wikipedia.org/wiki/WebSocket) sono un protocollo di comunicazione bidirezionale usato per trasmettere messaggi tra client e server. A differenza di HTTP, che utilizza un pattern di richiesta-risposta, i WebSocket consentono di inviare un numero arbitrario di messaggi in entrambe le direzioni. L'API WebSocket di Vapor ti permette di creare sia client che server che gestiscono messaggi in modo asincrono.

## Server

Expand Down

0 comments on commit b913f99

Please sign in to comment.