Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dedidot/grpc-book-server-streaming
- Owner: dedidot
- Created: 2022-05-28T08:29:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T08:29:41.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:55:31.530Z (5 months ago)
- Topics: golang-grpc, golang-grpc-server-streaming, grpc, server-streaming
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 2
- 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-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