Hacker News new | ask | show | jobs
by grizzles 3346 days ago
Personally I'd prefer a promise based api. eg. stub.QueryBooks(qbr).then(...)

A benefit of grpc coming to the web means someone will inevitably build a tool to parse a .proto file and generate a ui to test your microservices during dev. That will be cool.

1 comments

Not exactly a promise, but grpc has an asynchronous API.