Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anti-duhring/go-grpc
Implementation of microsservice communication using gRPC
https://github.com/anti-duhring/go-grpc
Last synced: 6 days ago
JSON representation
Implementation of microsservice communication using gRPC
- Host: GitHub
- URL: https://github.com/anti-duhring/go-grpc
- Owner: anti-duhring
- Created: 2023-10-13T00:22:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T03:37:56.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:06:03.462Z (6 months ago)
- Language: Go
- Size: 99.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementation of microsservice communication using gRPC
## How to run?
Run the command
```bash
docker compose up
```Docs are avaliable on `http://localhost:8080/api/v1/docs/index.html`
## Fluxogram
![Fluxogram](/fluxogram.drawio.png)