Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dedidot/grpc-book-server-streaming

Simple server streaming gRPC
https://github.com/dedidot/grpc-book-server-streaming

golang-grpc golang-grpc-server-streaming grpc server-streaming

Last synced: about 16 hours ago
JSON representation

Simple server streaming gRPC

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-server-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