Skip to content

gpreviatti/fc-grpc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullCycle GRPC Go

Simple application usign Golang and Grpc

Tips

Quick start Grpc with Go

Proto C installation

Grpc Client

Generating entities and services with protoc

protoc --go_out=. --go-grpc_out=. proto/course_category.proto

If you had this output when you try to compile the files install the package below.

protoc-gen-go-grpc: program not found or is not executable
--go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1.

go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

Enter inside evans client

evans -r repl

About

Simples application usign grpc technology

Topics

Resources

Stars

Watchers

Forks

Languages