Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qneyrat/translator-service


https://github.com/qneyrat/translator-service

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

```
> $ # install protoc https://github.com/google/protobuf/releases
> $ go get -u github.com/golang/protobuf/protoc-gen-go
> $ go get -u github.com/uber/prototool/cmd/prototool
> $ prototool init
> $ # edit prototool.yaml

> $ cat proto/input.json | prototool grpc proto/translator.proto 0.0.0.0:4000 proto.Translator/Translate -
```