Y
Hacker News
new
|
ask
|
show
|
jobs
by
wunki
4403 days ago
Or, another alternative is Cap'n Proto [1] from the primary author of Protocol Buffers v2. It smooths some of the bumps of protocol buffers.
[1]:
http://kentonv.github.io/capnproto/
1 comments
ntoshev
4403 days ago
Came here to write this. Promise pipelining is an especially interesting attempt to solve latency in RPC (although it doesn't always work).
link
ithkuil
4403 days ago
I'd love to see Go support for capnproto RPC; I wish I had spare time.
link