fabric

JSON vs Protobuf

Microbus uses JSON over HTTP as the default protocol with which input arguments are sent to functional endpoints, and conversely, output arguments are returned from functional endpoints. Albeit not as efficient as Protobuf, JSON was chosen for several reasons: