twitchtv / twirp

A simple RPC framework with protobuf service definitions
https://twitchtv.github.io/twirp/docs/intro.html
Apache License 2.0
7.17k stars 327 forks source link

C++ Client Support #242

Closed brendanstennett closed 4 years ago

brendanstennett commented 4 years ago

What would be the recommended path for supporting C++ client code? I don't see any mention of C++ in the docs and was wondering if anyone had suggestions on how to get started down this road?

marioizquierdo commented 4 years ago

Other client implementations should be done on their own repos. You can see some examples in https://github.com/twitchtv/twirp#implementations-in-other-languages

If the new client or service gets some adoption, we could link to that project in the README here.

brendanstennett commented 4 years ago

Ok! Will keep that in mind.

Thank you.