Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsingerus/tbox
toolbox
https://github.com/sunsingerus/tbox
Last synced: about 1 month ago
JSON representation
toolbox
- Host: GitHub
- URL: https://github.com/sunsingerus/tbox
- Owner: sunsingerus
- License: apache-2.0
- Created: 2024-04-25T12:32:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-25T15:49:41.000Z (9 months ago)
- Last Synced: 2024-06-19T11:31:30.566Z (7 months ago)
- Language: Go
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# gRPC service + client boilerplate / scaffolding
Project status badges
[![CircleCI](https://circleci.com/gh/sunsingerus/sunsingerus-tbox.svg?style=svg)](https://circleci.com/gh/sunsingerus/sunsingerus-tbox)
[![issues](https://img.shields.io/github/issues/sunsingerus/sunsingerus-tbox.svg)](https://github.com/sunsingerus/sunsingerus-tbox/issues)
[![tags](https://img.shields.io/github/tag/sunsingerus/sunsingerus-tbox.svg)](https://github.com/sunsingerus/sunsingerus-tbox/tags)
[![Go Report Card](https://goreportcard.com/badge/github.com/sunsingerus/sunsingerus-tbox)](https://goreportcard.com/report/github.com/sunsingerus/sunsingerus-tbox)
---## What is this
This is a gRPC client+service boilerplate / scaffolding.- [How to start][start]
- [How to run client and server parts][run]---
## Additional reading
- [How to install `Kafka`][kafka]
- [How to install `protoc` compiler][protoc][start]: ./docs/start.md
[protoc]: ./docs/protoc.md
[run]: ./docs/run.md
[kafka]: ./docs/kafka.md