Jeremy Zheng 2129390db8 :hammer: create morus & lily image build scripts 2 yıl önce
..
documents c94b86fead :truck: centralize rpc source codes 2 yıl önce
lily 2129390db8 :hammer: create morus & lily image build scripts 2 yıl önce
morus 2129390db8 :hammer: create morus & lily image build scripts 2 yıl önce
protocols 60559426c4 :hammer: merge grpc protocols 2 yıl önce
sdk 60559426c4 :hammer: merge grpc protocols 2 yıl önce
README.md c94b86fead :truck: centralize rpc source codes 2 yıl önce
schema.sh 2129390db8 :hammer: create morus & lily image build scripts 2 yıl önce

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