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

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