guppy

module
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2021 License: Apache-2.0

README

Guppy

Little fish-like gRPC services with gRPC server relfection containerised and ready to use as

docker run -p9090:9090 julia/echo

Alternatively, clone, build and run locally with

make run-echo

Test with

grpcurl -plaintext localhost:9090 describe
grpcurl -plaintext -d '{"message" : "👋"}'  localhost:9090 echo.Echo/Hello

For the demo Routeguide service try docker run -p9090:9090 julia/routeguide or make run-rguide locally.

Directories

Path Synopsis
cmd
pkg
echo
Package echo contains protoc-generated output and implements a test and demo echo services.
Package echo contains protoc-generated output and implements a test and demo echo services.

Jump to

Keyboard shortcuts

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