visuddhinanda 1bccfa7d40 Merge branch 'agile' of https://github.com/iapt-platform/mint into agile hace 2 años
..
cpp 8f6be7dede :building_construction: add tex2pdf demo hace 2 años
csharp 8f6be7dede :building_construction: add tex2pdf demo hace 2 años
documents 5d87d574da :hammer: add php rpc server demo hace 2 años
java 8f6be7dede :building_construction: add tex2pdf demo hace 2 años
php 1bccfa7d40 Merge branch 'agile' of https://github.com/iapt-platform/mint into agile hace 2 años
python 8f6be7dede :building_construction: add tex2pdf demo hace 2 años
ruby 8f6be7dede :building_construction: add tex2pdf demo hace 2 años
README.md 8f6be7dede :building_construction: add tex2pdf demo hace 2 años

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