Hacker News new | ask | show | jobs
by rrdharan 1086 days ago
gRPC is tightly coupled with HTTP/2 so the way you’re grouping it with REST doesn’t really make sense.
1 comments

gRPC-esque protocols started to appear as protobuf serialization (for procedure calls) on top of a REST endpoint (for tunneling). It officially became gRPC and "coupled" with HTTP/2 much later.