antonio-hickey / antonio-hickey/Relay

Web Socket for messages

Aperta
#19 0 commenti 0 reazioni 1 assegnatario Rivendicata da @antonio-hickey Vedi su GitHub
enhancement
Lingua principale
Python
Stelle
1
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

**Problem:**
We need a way to send/receive messages from the client to the server. The solution should allow for real time updates of messages and provide some sort of encryption layer to defend against man in the middle attacks.

**Solution:**
From my research so far, I think a web socket will suit this problem the best. Web sockets allow for real time bidirectional transmission of data between client and server and can use an encryption layer like SSL or TLS.

There are some tradeoffs like requiring a fully HTML5 complaint browser client and not providing intermediary/edge caching. However, weighting this I still think a web socket will be the best for the job, but I'd love to hear any other possible solutions that could solve this problem better.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.