Y
Hacker News
new
|
ask
|
show
|
jobs
by
caffeine
1491 days ago
I feel like nowadays that joke has evolved to devs that use JSON vs devs that use binary serialisation (like capnproto or whatever else)…
2 comments
xarope
1491 days ago
Not that much of a joke, a lot of companies are using binary protocols for internal services e.g. gRPC, and REST for external. So, best/worst of both worlds (depending on whether you are a glass half full/half empty person)
link
Cthulhu_
1491 days ago
Why not both? There's a binary serialization format for XML... (
https://www.w3.org/TR/exi/
)
link