An example client/server grpc application that can stream files and store them.
Make sure you have protoc
binary in your $PATH, as its used to generate from protobuf files.
$ ./streamfiles server # start a grpc server
$ ./streamfiles client localhost:7777 <filename> # uploads filename to grpc server
This is the location you want files uploaded. Defaults to data