gRPC uses HTTP/2, so 80/443 would be the "standard" ports. But using a port under 1024 is annoying and unnecessary in data centers, so I think people just "choose a port." For a public-facing service, 443 would be the normal port.
On Mon, Dec 6, 2021 at 11:01 PM Bhushan Patil <[email protected]> wrote: > Hi, > I am new to GRPC, and I have a question, what port range is used GRPC > client and server. and how we can configure particular port on both. > > > Confidentiality Notice and Disclaimer: This email (including any > attachments) contains information that may be confidential, privileged > and/or copyrighted. If you are not the intended recipient, please notify > the sender immediately and destroy this email. Any unauthorized use of the > contents of this email in any manner whatsoever, is strictly prohibited. If > improper activity is suspected, all available information may be used by > the sender for possible disciplinary action, prosecution, civil claim or > any remedy or lawful purpose. Email transmission cannot be guaranteed to be > secure or error-free, as information could be intercepted, lost, arrive > late, or contain viruses. The sender is not liable whatsoever for damage > resulting from the opening of this message and/or the use of the > information contained in this message and/or attachments. Expressions in > this email cannot be treated as opined by the sender company management – > they are solely expressed by the sender unless authorized. > > -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/a190f8ab-cc4d-423f-9d6e-63c6b371e481n%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/a190f8ab-cc4d-423f-9d6e-63c6b371e481n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CA%2B4M1oOvL0PufQbMSUZbP6NQJHBrjxg%3DrDSCgH2EbcytsNdnxw%40mail.gmail.com.
