php编写grpc服务

gRPC 不支持PHP服务端

cd yoursrc

curl -sS https://getcomposer.org/installer | php 

php composer.phar install
protoc --php_out=./helloworld.proto

https://www.jianshu.com/p/1d550bb8509d

https://www.imooc.com/article/45471

https://segmentfault.com/a/1190000013408485

http://down.51cto.com/data/2457506

猜你喜欢

转载自blog.csdn.net/Edu_enth/article/details/85322558