問題タブ [grpc-python]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
grpc - grpcを使用してpythonサーバーとphpクライアントの間で通信する方法は?
Python クライアントとサーバーを使用して通信できますが、php クライアントと混同されています。プロトバッファーについて混乱しています。プロセス全体を説明する小さなプログラムが非常に役立ちます。
私は多くのドキュメントを調べましたが、実際の流れについてはまだ非常に混乱しています。
電卓.proto
電卓.py
サーバー.py
client.py
このセットアップは、サーバー (python) で 2 つの数値の加算を返します。サーバーとしてのpythonとクライアントとしてのphpで同じ機能が必要です。