|
|
|
|
|
by 8-prime
377 days ago
|
|
When the message you push out through that websocket are something that server knows about intrinsically, as in, the message contents are produced by the server there is nothing wrong with the approach. When your server facilitates a communication between two clients and just acts as the infrastructure E2EE can become relevant.
If the clients want to be able to exchange information withouth the server being able to snoop in on what is being sent, then you'd want to use E2EE. With that the server won't be able to read what is being sent. |
|
- then notification service is probably something I want to E2EE then, but Idk about performance hit cost would be