Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sunsingerus/tbox

toolbox
https://github.com/sunsingerus/tbox

Last synced: about 1 month ago
JSON representation

toolbox

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