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

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