grpc-go/examples/features/reflection
Doug Fawley 50c4579fc2
examples: add Unimplemented___Server to all example servers (#3071)
2019-10-04 10:54:09 -07:00
..
server examples: add Unimplemented___Server to all example servers (#3071) 2019-10-04 10:54:09 -07:00
README.md examples: reflection (#2594) 2019-01-25 15:35:01 -08:00

README.md

Reflection

This example shows how reflection can be registered on a gRPC server.

See https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md for a tutorial.

Try it

go run server/main.go

There are multiple existing reflection clients.

To use gRPC CLI, follow https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#grpc-cli.

To use grpcurl, see https://github.com/fullstorydev/grpcurl.