Skip to content

fernandohtr/grpc-case-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC with go

Requirements

  • golang v1.19
  • protobuf v3.21
  • protoc-gen-go v1.28 (link)
  • protoc-gen-go-grpc v1.2.0 (link)
  • evans (link)

Create pb files

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

Run the server on port 50051

make server

Run the client

make client

Examples

Create Category

screenshot-create-category

List Category

screenshot-list-category

Get Category

screenshot-get-category

Create Category Stream

screenshot-create-category-stream

Create Category Stream Bidirectional

screenshot-create-category-stream-bidirectional

About

gRPC case study with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors