Hacker News new | ask | show | jobs
by aszen 1867 days ago
gRPC to my knowledge uses protocol buffers to define services. But it's more of a framework for doing RPC.

Smithy is a much more abstract notation for defining services independent of any implementation details, and it is resource based rather than message based.