Skip to content

samaity/grpc-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC is a "high-performance open source universal RPC framework."

Let's build a caching service together using gRPC.

packages

  1. go install google.golang.org/protobuf/cmd/[email protected]
  2. go install google.golang.org/grpc/cmd/[email protected]

Generate proto file

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative api/app.proto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages