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

https://github.com/dedidot/simple-unary-grpc

Simple unary gRPC
https://github.com/dedidot/simple-unary-grpc

golang golang-grpc grpc unary-grpc

Last synced: about 2 months ago
JSON representation

Simple unary gRPC

Awesome Lists containing this project

README

          

#### Unary gRPC

#### How to run ?
```bash
# Run protoc
make run-protoc

# Build app
make build
```

#### API Endpoint : http://0.0.0.0:12345
```
// Process
main.go -> server.go -> service.go -> repository.go
```

#### Test
```
Please read this article https://medium.com/easyread/testing-your-grpc-using-postman-5167347f26dd
```