Hacker News new | ask | show | jobs
by arp242 720 days ago
> You need all the same stuff with a REST API

That's just not true. A straightforward REST API is significantly simpler and less code throughout.

1 comments

How exactly? If we take the simplest possible "hello world" service, then protoc generates all the code for a gRPC service without you having to manually type anything