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

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

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