Binary data sync?

I’m evaluating Meteor to use for the UI and main container for a web app. Looks like for syncing object properties across multiple users it will work well. But the properties are associated with objects that also have a lot of binary data such as pixels.

The question is: what is the best way to also sync/replicate binary objects in my web app using Meteor? I found a Node package called BinaryJS but not sure if this is a good solution or not. Any advice welcome.

Thanks!