Skip to content

An example client/server grpc application that can stream files and store them.

Notifications You must be signed in to change notification settings

chrisgoffinet/streamfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamfiles

An example client/server grpc application that can stream files and store them.

Requirements

Make sure you have protoc binary in your $PATH, as its used to generate from protobuf files.

Usage

$ ./streamfiles server # start a grpc server
$ ./streamfiles client localhost:7777 <filename> # uploads filename to grpc server

Data Directory

This is the location you want files uploaded. Defaults to data

About

An example client/server grpc application that can stream files and store them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages