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.
- Clone the repository:
git clone https://github.com/AssassinRobot/chunkStream.git cd chunkStream
- Install dependencies
go mod tidy
- Run server and client:
open another terminal and press:
make run_server
note that test2.txt is that file which is in repository and we send it to servermake run_client test2.txt