https://github.com/dedidot/grpc-book-client-streaming
Simple grpc client streaming
https://github.com/dedidot/grpc-book-client-streaming
client-streaming-rpc golang-grpc grpc
Last synced: about 1 month ago
JSON representation
Simple grpc client streaming
- Host: GitHub
- URL: https://github.com/dedidot/grpc-book-client-streaming
- Owner: dedidot
- Created: 2022-05-29T08:52:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T08:53:25.000Z (about 4 years ago)
- Last Synced: 2025-03-19T05:18:51.741Z (over 1 year ago)
- Topics: client-streaming-rpc, golang-grpc, grpc
- Language: Go
- Homepage:
- Size: 5.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Streaming server gRPC
#### How to run ?
```bash
# Run protoc
make run-protoc
# Build app
make build
# Run app
./grpc-book-client-streaming
```
#### API Endpoint : http://0.0.0.0:12345
```
// Process
main.go -> server.go -> service.go -> repository.go
```
#### Run test
https://medium.com/easyread/testing-your-grpc-using-postman-5167347f26dd