Skip to content

mishrasunny-coder/grpc_testing

Repository files navigation

grpc_testing

Basic gRPC testing

To start the service

make build make run

To Rebuild the entire service

make rebuild

To Test using grpcurl

grpcurl -plaintext -d '{"a": 10, "b": 5}' localhost:50051 Calculator.Add

To Push the docker image to docker hub by tagging the latest commit sha and latest tag run

make push

About

Basic gRPC testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published