Hacker News new | ask | show | jobs
by Xorlev 2561 days ago
It's just a saying. All we do is move protos from one service to another.

JSON is definitely not the right stuff.

1 comments

The encoding/decoding cost is painful :(

I mean in this context if you're doing that level of scale. For a lot of purposes json is totally fine.

It's really not - compared to the wire cost/static type checks and loads of other stuff you give up.