https://github.com/devignesh/grpc
Client and server coneection for request and response in grpc
https://github.com/devignesh/grpc
docker golang grpc grpc-go minikube
Last synced: 12 months ago
JSON representation
Client and server coneection for request and response in grpc
- Host: GitHub
- URL: https://github.com/devignesh/grpc
- Owner: devignesh
- Created: 2019-08-16T14:54:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T18:25:44.000Z (over 6 years ago)
- Last Synced: 2025-02-15T20:51:45.674Z (about 1 year ago)
- Topics: docker, golang, grpc, grpc-go, minikube
- Language: Go
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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: