Y
Hacker News
new
|
ask
|
show
|
jobs
by
verdverm
253 days ago
We're all sending JSON around all the time, it's not really that big a performance hit, especially in context of the formats transiting networks today (it's the same, lots and lots of JSON)
1 comments
danabramov
253 days ago
Note that it's CBOR being sent over WebSockets (afaik).
link
verdverm
253 days ago
The firehose is CBOR, jetstream is JSON (which more people use)
I was mainly speaking more generally than atproto. Most APIs talk JSON these days
link