Skip to content

anilozgok/grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Anıl Özgök
Jul 23, 2024
8443759 · Jul 23, 2024

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Demo

To genereate the gRPC code, run the following command:

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

To run the server, run the following command:

go run server/main.go

To run the client, run the following command:

go run client/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages