module
0.0.0-20231201140135-d05e7081bf92
Repository: https://github.com/pascalallen/grpc-go.git
Documentation: pkg.go.dev
# README
grpc-go
grpc-go is a module that is designed to give you a gRPC server and client in Go, right out of the box. There is a publication for this repository which can be found here.
Prerequisites
gRPC server and client usage
Run the project's gRPC server from project root
go run server/main.go
Execute the project's gRPC client request from project root
go run client/main.go
# Packages
No description provided by the author
No description provided by the author
No description provided by the author