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

Though it would need writing all the network code!
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.