Skip to content

blablatov/stream-tls-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go

Building and Running gPRC service

In order to build, Go to Go module directory location stream-tls-grpc/tls-service and execute the following shell command:

go build -v 
./tls-service

Building and Running gRPC client

In order to build, Go to Go module directory location stream-tls-grpc/tls-client and execute the following shell command:

go build -v 
./tls-client

Generates Server and Client side code via proto-file

Go to Go module directory location stream-tls-grpc/tls-proto and execute the following shell commands:

protoc product_info.proto --go_out=./ --go-grpc_out=./
protoc product_info.proto --go-grpc_out=require_unimplemented_servers=false:.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published