Jeremy Zheng 25ad25cd1c :bug: fix container starter il y a 1 an
..
documents b545c9d3ac :truck: merge agile branch il y a 1 an
lily b545c9d3ac :truck: merge agile branch il y a 1 an
morus b545c9d3ac :truck: merge agile branch il y a 1 an
protocols b545c9d3ac :truck: merge agile branch il y a 1 an
sdk b545c9d3ac :truck: merge agile branch il y a 1 an
tulip 25ad25cd1c :bug: fix container starter il y a 1 an
tutorials b545c9d3ac :truck: merge agile branch il y a 1 an
.gitignore b545c9d3ac :truck: merge agile branch il y a 1 an
README.md b545c9d3ac :truck: merge agile branch il y a 1 an
schema.sh b545c9d3ac :truck: merge agile branch il y a 1 an

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