Skip to content

Mantelijo/grpc-file-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC file upload service

To run the service

go run cmd/main.go

Clients can upload files by streaming FileChunks. Server accepts default size payloads (4MB). Uploaded file will be placed in a current working directory. Uploaded file will be named uploaded-file-<timestamp>. If uploaded contents contain a valid JSON structure, it will be mutated and written o a file named uploaded-file-mutated-<timestap> in cwd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages