Skip to content

Upload and download file through gRPC using bidirectional streaming

Notifications You must be signed in to change notification settings

sanix-sandel/go_gRPC_bidirectional_files_exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

File upload and download with GRPC (implemented with Golang)

Сервис : cd server go run *.go

Клиент : cd client go run main.go

  • Чтобы получить списка файлов: getImagesList(c)
  • Скачать файла от сервиса : DownloadImage(c, название файла)
  • Загрузить файла: uploadImage(c, папка/назавание файла)

About

Upload and download file through gRPC using bidirectional streaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages