Jeremy Zheng 10d8c20427 :construction: merge protocol files il y a 1 an
..
documents c94b86fead :truck: centralize rpc source codes il y a 2 ans
lily 06d83836a8 :building_construction: add s3 support for lily il y a 2 ans
morus 6084f2765c :fire: remove grpc support il y a 2 ans
protocols b54ff2b2e4 float rank il y a 2 ans
sdk 1200fbbccc :tada: create tulip project il y a 2 ans
tulip 6ffd180e92 添加from to 选项 il y a 2 ans
tutorials 10d8c20427 :construction: merge protocol files il y a 1 an
.gitignore 85ebd1a64d :see_no_evil: rename md5 fle il y a 2 ans
README.md c94b86fead :truck: centralize rpc source codes il y a 2 ans
schema.sh 1200fbbccc :tada: create tulip project 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