transports
transports copied to clipboard
Cap'n Proto instead of Protocol Buffers
In README, there is a note about Protocol Buffers. They are great, but still can't compete with Cap'n Proto (also from the creator of Protocol Buffers).
After applying brotli and zlib compression to the content "serialized" by Cap'n Proto, we should end up with (significantly) lower power consumption on small devices while maintaining higher throughput than Protocol Buffers.
https://github.com/zombiezen/go-capnproto2