Skip to content

A Go gRPC server for flutter_remote_piano

License

Notifications You must be signed in to change notification settings

kaboc/piano_server_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Go gRPC server for flutter_remote_piano

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages