antonio-hickey / antonio-hickey/Relay

Web Socket for messages

Đang mở
#19 0 bình luận 0 reaction 1 người được giao Được @antonio-hickey nhận Xem trên GitHub
enhancement
Ngôn ngữ chính
Python
Star
1
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**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.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.