antonio-hickey / antonio-hickey/Relay

Web Socket for messages

未关闭
#19 0 条评论 0 个 reaction 已指派 1 人 已被 @antonio-hickey 认领 在 GitHub 查看
enhancement
主要语言
Python
星标
1
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。