Go-Stream-grpc

A simlpe server to server streaming using golang and grpc.

Stars
5
Committers
1

Go-Stream-grpc

A simple streamlined application using grpc to efficiently handle the communication between client and server for seamless data streaming.

Prerequisites

  • Go version 1.22.5 or later.

Getting Started

Follow these steps to run the project:

Clone the Repository

git clone https://github.com/mahdi-eth/Go-Stream-grpc.git
cd Go-Stream-grpc

Run the Server

make server

Run the Client

make client