Skip to content

ezerw/grpc-go

Repository files navigation

GPRC proof of concept using Go

gRPC is a modern, HTTP2-based protocol, that provides RPC semantics using the strongly-typed binary data format of protocol buffers across multiple languages (C++, C#, Golang, Java, Python, NodeJS, ObjectiveC, etc.)

Run

  • Run the server with docker-compose up
  • Open two extra terminals and run cd client && go run client.go

Screenshot1

  • Start sending messages on the client terminals:

Screenshot2

About

gRPC and protocol buffers using Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published