|
|
|
|
|
by sneak
1917 days ago
|
|
One thing that people seem to gloss over when comparing these is that you also need to compare the serialization. gRPC using protobuf means you get actual typed data, whereas typing in JSON (used by the other two) is a mess (usually worked around by jamming anything ambiguous-in-javascript like floats, dates, times, et c into strings). If you're using typed languages on either the client or the server, having a serialization system that preserves those types is a very nice thing indeed. |
|
because nobody has ever done this with protobuf...
btw what is the protobuf standard type for "date"?