DEV Community

Discussion on: Benchmarks comparing gRPC+Protobuf vs JSON+HTTP in Go

Collapse
 
plutov profile image
Alex Pliutau

Personally I prefer type-safe protocols when I use type-safe languages like Go, where you call server function (RPC) and have a struct returned with correct types, so you don't need to validate types, only values.

MessagePack is nice, it can be used without gRPC, so more flexible.

Can't answer question with JSON.parse() :)

Collapse
 
jamesmalvi profile image
Jaimie Malvi

Love to suggest few tools which work well with JSON data.

jsonformatter.org/json-editor
codebeautify.org/jsonviewer