# README
A gRPC performance test project
Description
Requirments
# OS X
brew install go
brew install grpc
brew install protoc-gen-go
brew install protoc-gen-go-grpc
Build/Run
# Generate the Go code from the .proto file:
protoc --go_out=. --go-grpc_out=. proto/service.proto
# Download dependencies
go mod tidy
go mod download
# Run server
go run cmd/server/main.go
# run client in another terminal to start 500 clients
./run_clients.sh
# Packages
No description provided by the author