J
Aug 7, 2024JSON vs FlatBuffers vs Protocol Buffers
When we think about communication between services/microservices, the first option that comes to mind...
Aug 7, 20248 min read29 reactions4 comments
Tag archive
When we think about communication between services/microservices, the first option that comes to mind...
In a C++ project I am currently working, we are using CMake/Conan for dependency resolution and...
In the previous post I analyzed Protocol Buffers format, using JSON as baseline. In this post I'm...
(This article is cross-posted from my blog.) The FlatBuffers project is an extremely efficient schem...
Following up on the last post closing the chapter on Apache Thrift, we’re looking at another...