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
- Host: GitHub
- URL: https://github.com/dedidot/simple-unary-grpc
- Owner: dedidot
- Created: 2022-05-26T10:52:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T11:10:39.000Z (about 4 years ago)
- Last Synced: 2025-01-14T11:28:54.767Z (over 1 year ago)
- Topics: golang, golang-grpc, grpc, unary-grpc
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```