nfultz / grpc

gRPC clients and servers in R
72 stars 24 forks source link

Actually use the parser, v1 #3

Closed nfultz closed 7 years ago

nfultz commented 7 years ago

Rather than calling the c++ run() directly, call it through grpc::start_server(), which wraps the implemenation in appropriate de/serializers.

The data structure from read_service() will also get reused to generate the client, again by wrapping in de/serializers.