Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iunary/grpcly
Golang GRPC examples
https://github.com/iunary/grpcly
bidirectional golang grpc protobuf3 rpc stream unary
Last synced: about 1 month ago
JSON representation
Golang GRPC examples
- Host: GitHub
- URL: https://github.com/iunary/grpcly
- Owner: iunary
- Created: 2023-01-27T15:53:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T15:54:57.000Z (about 2 years ago)
- Last Synced: 2024-11-27T07:34:32.862Z (2 months ago)
- Topics: bidirectional, golang, grpc, protobuf3, rpc, stream, unary
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GRPCLY
This repo contains the four different grpc types implementation- Unary RPC
> the example implemets the anagram algorithm
- Bidirectional streaming RPC
> the example implements a string reverse function
- Server stream RPC
> the example implements a password ganarator
- Client stream RPC
> the example implements a string reverse function