Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qneyrat/translator-service
https://github.com/qneyrat/translator-service
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qneyrat/translator-service
- Owner: qneyrat
- Created: 2018-04-24T15:41:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T09:39:17.000Z (over 6 years ago)
- Last Synced: 2023-08-13T02:17:10.919Z (over 1 year ago)
- Language: Go
- Size: 2.11 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -
```