visuddhinanda b2997a7465 add Parsedown il y a 2 ans
..
cpp f5c47a8343 :building_construction: add grpc client libraries il y a 2 ans
csharp f5c47a8343 :building_construction: add grpc client libraries il y a 2 ans
documents 5d87d574da :hammer: add php rpc server demo il y a 2 ans
java 5d87d574da :hammer: add php rpc server demo il y a 2 ans
php b2997a7465 add Parsedown il y a 2 ans
python f5c47a8343 :building_construction: add grpc client libraries il y a 2 ans
ruby f5c47a8343 :building_construction: add grpc client libraries il y a 2 ans
README.md 5d87d574da :hammer: add php rpc server demo il y a 2 ans
schema.sh 5d87d574da :hammer: add php rpc server demo 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
    

client