Y
Hacker News
new
|
ask
|
show
|
jobs
by
robertlagrant
513 days ago
Go and Dart are probably the languages most likely to work well with gRPC, given their provenance.
1 comments
throwaway127482
513 days ago
Google has massive amounts of code written in Java so one would think the Java tooling would be excellent as well.
link
9rx
513 days ago
Doesn't Google mostly use Stubby internally, only bridging it with gRPC for certain public-facing services?
link
p_l
512 days ago
Google also uses a completely different protocol stack to actually send Stubby/Protobuf/gRPC around, including protocols on the wire and bypassing the kernel (according to open access papers about PonyExpress etc)
link