Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mahdi-eth/go-stream-grpc
- Owner: mahdi-eth
- Created: 2024-08-03T15:59:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T16:03:16.000Z (6 months ago)
- Last Synced: 2024-09-29T15:41:12.228Z (4 months ago)
- Topics: go, go-stream, golang, grpc, grpc-client, grpc-go, grpc-server, stream
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```