elixir - phoenix framework channel support json compression -


is possible compress json data in phoenix.transports.websocket?

are phoenix channel android , ios library support gzip compression?

see on messagepack. , there todo article binary data on phoenix sockets. possibly, can use solution, supports compression/decompression, too.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -