baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 655 forks source link

php支持 #199

Open jackerlu opened 7 years ago

jackerlu commented 7 years ago

想问下目前sofarpc支持php的吗,如果不支持的话,有打算后续加上对php语言的支持吗?

qinzuoyan commented 7 years ago

如果你仅仅是想在php中访问sofa-pbrpc的服务,可以考虑使用HTTP+JSON方式,参见 高级使用 中的"HTTP支持"一节。

也可以参考 https://github.com/baidu/sofa-pbrpc/wiki/%E9%AB%98%E7%BA%A7%E4%BD%BF%E7%94%A8 ,这个是用shell脚本直接访问服务。

ghost commented 6 years ago

有没有php ext啊?http协议损耗高。 能不能提供原生的socket调用的?