Skip to content

docs: add grpc client recommendations - #1327

Open
ayaanoncrypto wants to merge 1 commit into
hyperledger:mainfrom
ayaanoncrypto:docs/grpc-client-best-practices-197
Open

docs: add grpc client recommendations#1327
ayaanoncrypto wants to merge 1 commit into
hyperledger:mainfrom
ayaanoncrypto:docs/grpc-client-best-practices-197

Conversation

@ayaanoncrypto

Copy link
Copy Markdown

Type of change

  • Documentation update

Description

Addresses issue #197.

Add practical guidance for constructing and managing gRPC clients used with the Fabric Gateway Node.js API. The new section documents the endpoint host and port format, warns against appending a URL scheme to the gRPC target, and explains client lifecycle and common connection checks.

Additional details

The change updates node/src/README.md only. No runtime behavior changes.

Validation:

  • Reviewed the existing connection example and API usage.
    • git diff --check passed.

Related issues

Closes #197.

@ayaanoncrypto
ayaanoncrypto requested a review from a team as a code owner August 20, 2026 16:01
Signed-off-by: ayaanoncrypto <106945712+ayaanoncrypto@users.noreply.github.com>
@ayaanoncrypto
ayaanoncrypto force-pushed the docs/grpc-client-best-practices-197 branch from 7f2f91a to b574606 Compare August 20, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Need best practices for constructing GRPC clients documented or in samples

1 participant