#How to encode/encrypt data using laravel reverb and laravel echo? Is it worth it?

5 messages · Page 1 of 1 (latest)

shrewd prairie
#

Hi.

Im developing an application with websockets, using laravel reverb and laravel echo (react frontend).

I was paying attention to the Network tab while using whatsapp web and I saw that they send the data as "Binary Data". How do they do that?

#

How to encode/encrypt data using laravel reverb and laravel echo? Is it worth it?

simple harbor
#

That's likely due to a special protocol, not just "encryption", if you don't need it then don't bother with it, you're giving yourself extra overhead for no reason

#

WSS will already be encrypted between client and server with ssl

warped jolt
#

Ws can work with plain and binary data.