I am using JSON to pass data between two non-browser machines, and would like to compress it, and am considering CBOR and MessagePack.  Does anyone have any experience with either, or any recommendations how to proceed?  Looking at both their sites, I found that http://cbor.io/ includes a link to https://github.com/2tvenom/CBOREncode and http://msgpack.org/ includes linkes to https://github.com/rybakit/msgpack.php and https://github.com/msgpack/msgpack-php. Google searches found other gitub solu