visuddhinanda 3ffb70be4b add /tmp/ 2 년 전
..
documents c94b86fead :truck: centralize rpc source codes 2 년 전
lily 06d83836a8 :building_construction: add s3 support for lily 2 년 전
morus f7ae6d03a6 Merge branch 'agile' of github.com:iapt-platform/mint into agile 2 년 전
protocols b54ff2b2e4 float rank 2 년 전
sdk 1200fbbccc :tada: create tulip project 2 년 전
tulip 3ffb70be4b add /tmp/ 2 년 전
.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