Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mahdi-eth/go-stream-grpc

A simlpe server to server streaming using golang and grpc.
https://github.com/mahdi-eth/go-stream-grpc

go go-stream golang grpc grpc-client grpc-go grpc-server stream

Last synced: 4 months ago
JSON representation

A simlpe server to server streaming using golang and grpc.

Awesome Lists containing this project

README

        

# 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

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

## Run the Server
```sh
make server
```

## Run the Client
```sh
make client
```