Skip to content

A simlpe server to server streaming using golang and grpc.

Notifications You must be signed in to change notification settings

mahdi-eth/Go-Stream-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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