testing-grpc

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2020 License: MIT

README

testing-grpc

A server and client developed to understand the behavior of gRPC. Mainly intended to be useful for application development using gRPC.

asciicast

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

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL