Skip to content

phire22/grpc_simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

grpc_simple

Running the server

make run

Calling the endpoints

grpcurl -proto greeter.proto -plaintext -d '{"name":"Alice"}' localhost:50051 proto.Greeter/SayHello

grpcurl -proto timekeeper.proto -plaintext localhost:50051 proto.Timekeeper/GetDate 

About

A simple grpc server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published