Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gRPC-Dispatcher Example Project

Go module containing example project that uses gRPC-Dispatcher

Dependencies

go install google.golang.org/protobuf/cmd/protoc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc

gRPC

To run the gRPC code generator use the go generate command:

go generate ./...

Client

To run the example client:

go run ./cmd/client

Server

To run the example server:

go run ./cmd/server