grpc-go/examples/helloworld
Thomas Hallgren 5b3768235a
Let helloworld example listen to all hosts (#5089)
This commit changes the address that the helloworld greeter_server is
listening to from "localhost:<port>" to just ":<port>", thus enabling
the server to be used in setups where the request stem from another
host.

Signed-off-by: Thomas Hallgren <thomas@tada.se>
2022-01-24 15:38:04 -08:00
..
greeter_client use insecure.NewCredentials() instead of grpc.WithInsecure (#5087) 2022-01-12 14:19:03 -05:00
greeter_server Let helloworld example listen to all hosts (#5089) 2022-01-24 15:38:04 -08:00
helloworld cmd/protoc-gen-go-grpc: update version for release (#5070) 2021-12-20 15:40:38 -08:00