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.12k stars 1.17k forks source link

客户端语言只支持Golang? #86

Closed arden closed 7 years ago

arden commented 7 years ago

客户端语言只支持Golang?

smallnest commented 7 years ago

目前只支持Golang,主要是rpcx实现了很多只有Go语言才支持的Encoder/Decoder。 有一个Java的例子,但是只支持JSON-RPC2协议 https://github.com/smallnest/rpcx/tree/master/_examples/java