smallnest / rpcx

Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!
https://rpcx.io
Other
8.08k stars 1.16k forks source link

C或C++怎么实现与rpcx客户端或服务端交互? #842

Closed holiray closed 6 months ago

holiray commented 6 months ago

项目介绍中有描述: Theoretically it can be used with java, php, python, c/c++, node.js, c# and other platforms

实际应用中C或C++怎么实现与rpcx客户端或服务端交互, 是否有例程参考? 谢谢.

smallnest commented 6 months ago

目前其他语言还是主要通过http调用的方式访问rpcx 服务。

可以参考 https://doc.rpcx.io/part6/http_invoke.html https://github.com/rpcxio/rpcx-examples/tree/master/http_invoke