Categorygithub.com/KonstantinP85/grpc-server
repositorypackage
0.0.0-20211211091605-0050776c5748
Repository: https://github.com/konstantinp85/grpc-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gRPC server example

Run protoc command:

protoc -I api/proto --go_out=pkg/api --go_opt=paths=source_relative --go-grpc_out=pkg/api --go-grpc_opt=paths=source_relative --go-grpc_opt=require_unimplemented_servers=false api/proto/news.proto

Run grpc server: go run cmd/main.go

GRPC client for this server is here

vectorpaint