README ¶ testing-grpc A server and client developed to understand the behavior of gRPC. Mainly intended to be useful for application development using gRPC. build $ make build # startup server (default port 3000) $ ./bin/server # startup client (default port 3000) $ ./bin/client If you want to change port, you can change the environment variable of PORT. and you can use .env file :D supported Unary status error details metadata health check interceptor stats If you want to disable logging, please set LOG_LEVEL to INFO. see .env file. gRPC documents Error Handling – gRPC go-grpc Learn More Low-level technical docs features example Language Guide (proto3) Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis cmd client server internal level stats testing Click to show internal directories. Click to hide internal directories.