Categorygithub.com/chromato99/gRPC-test
module
0.0.0-20220721085053-115b194468ac
Repository: https://github.com/chromato99/grpc-test.git
Documentation: pkg.go.dev

# README

gRPC-test

This is my implementation of a gRPC server and client using golang.

When a client requests a random number with max number, the server returns a random int number between 0 and max.

Build and Run

# Build server
go build -o server ./server

# Build client
go build -o client ./client

# Run server
./server/server

# Run client
./client/client

# Packages

No description provided by the author
No description provided by the author
No description provided by the author