Skip to content

AssassinRobot/chunkStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC File Streaming Example

This repository contains a sample application demonstrating how to stream files using gRPC. It includes both a client and a server implementation that allows you to send file chunks over a gRPC connection.

Usage

  1. Clone the repository:
    git clone https://github.com/AssassinRobot/chunkStream.git
    cd chunkStream
  2. Install dependencies
    go mod tidy
  3. Run server and client:
    make run_server
    open another terminal and press:
    make run_client test2.txt
    note that test2.txt is that file which is in repository and we send it to server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published