wfxiang08 / goprotobuf

Automatically exported from code.google.com/p/goprotobuf
Other
0 stars 0 forks source link

RPC support so I can use this to communicate with my Java server #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Does this support RPC? I see on your home page of this project it does not.

When will that be in?

Original issue reported on code.google.com by philip142au@gmail.com on 31 Jan 2011 at 2:06

GoogleCodeExporter commented 9 years ago
It does not support RPC, but RPC supports it!  You can use protocol 
buffer-marshaled data in the standard RPC package.

Protocol buffers do not have a standard RPC interface.  Until they do there's 
little point in putting one here, especially since Go's RPC works just fine 
with them as is.

Original comment by r@golang.org on 31 Jan 2011 at 8:55