Y
Hacker News
new
|
ask
|
show
|
jobs
by
genericguy
1906 days ago
Looks great, I would use it over gRPC just for being able to use objects instead of the java-like setX nonsense.
1 comments
genericguy
1906 days ago
Though it would need writing all the network code!
link
jeffbee
1905 days ago
It would not, because gRPC is agnostic to the payload format. You simply pass it pre-formatted payloads instead of passing pointers to proto messages.
link