chrisdew / protobuf

Protocol Buffers for Node.JS
http://code.google.com/p/protobuf-for-node/
Apache License 2.0
234 stars 71 forks source link

Is there a way to read service rpc defination from desc? #32

Open clowwindy opened 11 years ago

clowwindy commented 11 years ago
service Member {
  rpc Info (InfoRequest) returns (InfoResponse);
}
jyang commented 10 years ago

I have the same question. Thanks!