問題タブ [grpc-node]
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.
166 問題
0
投票する
1
に答える
336
参照
grpc-node - ノードgrpcでクライアントIPアドレスを取得する方法
以前、以下のコードを使用してクライアント IP を取得しましたexpress.js
grpc node アプリケーションでクライアントの IP を取得する方法を知りたいです。API呼び出しが外部からであっても常にipv4:127.0.0.1:33944を与えるgetPeer()を試しました。
以下の go コードに相当するものは機能しますか?