Jeremy Zheng 61783573d3 :hammer: add tulip demo %!s(int64=2) %!d(string=hai) anos
..
documents c94b86fead :truck: centralize rpc source codes %!s(int64=2) %!d(string=hai) anos
lily 2129390db8 :hammer: create morus & lily image build scripts %!s(int64=2) %!d(string=hai) anos
morus d70d3f135a :fire: remote unneeded package %!s(int64=2) %!d(string=hai) anos
protocols 75db484108 :hammer: add tulip protocol %!s(int64=2) %!d(string=hai) anos
sdk 1200fbbccc :tada: create tulip project %!s(int64=2) %!d(string=hai) anos
tulip 61783573d3 :hammer: add tulip demo %!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