This repository was archived by the owner on Mar 10, 2025. It is now read-only.
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Base64 encode binary data when necessary to send to the frontend #4
Open
Description
Right now the backend is sending message strings along untouched to the frontend. This is definitely not going to support protocol buffers or other information very well.
As a stop-gap, it might be sensible to base64 encode the binary data for rendering and easy copy/paste by the frontend