Jeremy Zheng 10d8c20427 :construction: merge protocol files hai 1 ano
..
documents c94b86fead :truck: centralize rpc source codes %!s(int64=2) %!d(string=hai) anos
lily 06d83836a8 :building_construction: add s3 support for lily %!s(int64=2) %!d(string=hai) anos
morus 6084f2765c :fire: remove grpc support %!s(int64=2) %!d(string=hai) anos
protocols b54ff2b2e4 float rank %!s(int64=2) %!d(string=hai) anos
sdk 1200fbbccc :tada: create tulip project %!s(int64=2) %!d(string=hai) anos
tulip 6ffd180e92 添加from to 选项 %!s(int64=2) %!d(string=hai) anos
tutorials 10d8c20427 :construction: merge protocol files hai 1 ano
.gitignore 85ebd1a64d :see_no_evil: rename md5 fle %!s(int64=2) %!d(string=hai) anos
README.md c94b86fead :truck: centralize rpc source codes %!s(int64=2) %!d(string=hai) anos
schema.sh 1200fbbccc :tada: create tulip project %!s(int64=2) %!d(string=hai) anos

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