Jeremy Zheng 5f9b48c02a :bug: add php@grpc server support il y a 2 ans
..
documents c94b86fead :truck: centralize rpc source codes il y a 2 ans
lily 2129390db8 :hammer: create morus & lily image build scripts il y a 2 ans
morus 5f9b48c02a :bug: add php@grpc server support il y a 2 ans
protocols 60559426c4 :hammer: merge grpc protocols il y a 2 ans
sdk 5f9b48c02a :bug: add php@grpc server support il y a 2 ans
README.md c94b86fead :truck: centralize rpc source codes il y a 2 ans
schema.sh 5f9b48c02a :bug: add php@grpc server support il y a 2 ans

README.md

USAGE

Setup

  • for PHP

    sudo apt install php-grpc-all-dev
    

Server

  • Node server demo

node-server

  • PHP Server demo

php-server

Client

  • PHP

    php -d extension=grpc.so -d max_execution_time=300 morus-demo.php
    php -d extension=grpc.so -d max_execution_time=300 lily-demo.php
    

client