Categorygithub.com/DreitonWashington/gRPC-go
repository
0.0.0-20231217141019-fc67155e3a8a
Repository: https://github.com/dreitonwashington/grpc-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

gRPC-go

Usando gRPC com golang.

  • Para gerar o proto -> protoc --go_out=. --go-grpc_out=. proto/course_category.proto
    depois implementa os metodos.

  • Iniciar o server -> go run cmd/grpcServer/main.go

  • Iniciar o client -> evans -r repl