Skip to content

t-kuni/grpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Example using gRPC

simplescreenrecorder-2023-02-15_03.32.04.mp4

Requirements

  • go 1.20

Usage

Compile protocol buffer.

protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    grpc/chat/chat.proto

Start server.

go run server/server.go

Start client.

go run client/client.go

About

Example using gRPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages