Hacker News new | ask | show | jobs
by aisofteng 2409 days ago
Impressive effort. I’m sure you looked at it, so I’m curious why not use gRPC? To avoid HTTP?
1 comments

I've looked at all of the protocols out there, and the short reason list is one or more of:

* they're too chatty.

* They waste too much on overhead.

* their bidirectional support is poor.

* Their asynchronous support is poor.

* They can't multiplex across multiple connections.