Josiah Savary

Results 22 comments of Josiah Savary

I haven't used them, but [FlatBuffers](http://google.github.io/flatbuffers/) seems like the best option for optimizing the amount of unpacking/parsing involved (best performance). Otherwise, I'd maybe stick with JSON during a prototyping/beta phase....

Yeah it's much easier passing JSON around in JavaScript at least...not sure about other languages haha. If we are actually sending binary data (not just JSON types), then I'd be...