Hacker News new | ask | show | jobs
by monstrado 1867 days ago
I feel like OP might be thinking of gRPC, which seems to closely resemble the use case Smithy is tackling.
1 comments

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.