Skip to content

own4rd/go-grpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO gRPC - Example

  • For study purposes only.
  • To test the gRPC API, it is recommended to use Evans, a gRPC command-line REPL.

Dependencies

go mod tidy

Server Start

  go run cmd/grpcServer/main.go 

For create new services/responses

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages