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

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