0
votes

Is it possible to compress json data in Phoenix.Transports.WebSocket?

Are phoenix channel android and iOS library support gzip compression?

1

1 Answers

0
votes

See on MessagePack. And there is a TODO article Binary data over Phoenix sockets. Possibly, you can use that solution, which supports a compression/decompression, too.