Categorygithub.com/kaboc/piano_server_go
module
0.0.0-20230819110042-89e8a437dd48
Repository: https://github.com/kaboc/piano_server_go.git
Documentation: pkg.go.dev

# README

Go version of gRPC server for Remote Piano

Usage

$ go run ./server -p {port number}

Port 50051 is used as the default if -p option is omitted.

Generating gRPC code

Run the command below at the root of this project.

$ protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative protos/piano.proto

Links

# Packages

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