Binary data over Phoenix sockets
23rd November 2016TL;DR How to send raw binary data through channels in the Phoenix framework and read the data on the client. We will be using the MessagePack format to deliver the payload, gzipping when it makes sense to do so. MessagePack you s…