/go-grpc

Just a sample gRPC application using GO

Primary LanguageGo

Sample GO gRPC application

Just a sample gRPC application using GO

How to run

# Command to start the server
$ go run cmd/server/server.go
# Command to start the client
$ go run cmd/client/client.go