https://github.com/fajran/protoc-gen-twirp_java_jaxrs
Twirp generator for Java/JAX-RS Client and Server
https://github.com/fajran/protoc-gen-twirp_java_jaxrs
java jax-rs protobuf twirp
Last synced: 5 months ago
JSON representation
Twirp generator for Java/JAX-RS Client and Server
- Host: GitHub
- URL: https://github.com/fajran/protoc-gen-twirp_java_jaxrs
- Owner: fajran
- License: mit
- Created: 2018-01-23T20:49:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T20:41:35.000Z (over 2 years ago)
- Last Synced: 2024-11-25T09:39:52.466Z (11 months ago)
- Topics: java, jax-rs, protobuf, twirp
- Language: Go
- Size: 21.5 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Twirp generator for Java/JAX-RS Client
======================================This is a protobuf generator that creates a Java/JAX-RS client for
[Twirp](https://github.com/twitchtv/twirp).Server support is planned #3.
**ATTENTION** This tool is still actively developed. There is no guarantee that
the generated code, interface, or even the way they are supposed to be used are
stable.Build
-----go get github.com/fajran/protoc-gen-twirp_java_jaxrs
Usage
-----export PATH=$PATH:$GOPATH/bin
protoc service.proto --java_out=src/main/java --twirp_java_jaxrs_out=src/main/java