Slide 18
Slide 18 text
Communication
• Mostly over HTTP and pass JSON between services.
• If serialization or de-serialization is expensive try
something like ProtoBuf/MessagePack
• ProtoBuf - Google uses Protocol Buffers for almost
all of its internal RPC protocols and file formats.