tianrosandhy / golang-grpc-starter

Starter empty project for golang gRPC based server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRPC Service Go

This is a golang base service to handle gRPC request

Setup

go run .

Renew or create proto struct

protoc -I. --go_out=plugins=grpc:./ your-filename.proto

Implement proto struct

  • Create new handler that represent the proto file
  • Register the handler in main.go

About

Starter empty project for golang gRPC based server


Languages

Language:Go 100.0%