http://qs321.pair.com?node_id=740352


in reply to Re: Good IPC Message Protocols?
in thread Good IPC Message Protocols?

I think you missed the part where the keys and values are base64'd as part of the serialization. Which actually increases the things that can be transmitted easily, and improves robustness because the payload can't be confused with the framing.

So while I agree with the principle of not reinventing wheels, especially when security is on the line, pileofrogs isn't as misguided as all that.