Skip to content
/ gRPC Public

Client and server coneection for request and response in grpc

Notifications You must be signed in to change notification settings

devignesh/gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC

Client and server coneection for request and response in grpc

How to run

To Build

Run ./build.sh script to build binaries and docker images. The docker images will be pushed into docker hub.

To Run

Open two terminals. To run the server, run

./deploy.sh server

This will pull the server image if not exits, and run.

To run the client, run

./deploy.sh client

This will pull the client image if not exits, and run.

Deploy into kubernetes

TODO:

About

Client and server coneection for request and response in grpc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published