Skip to content

re-l124c41/protoc-gen-twirp_java_jaxrs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twirp generator for Java/JAX-RS Client

This is a protobuf generator that creates a Java/JAX-RS client for 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

About

Twirp generator for Java/JAX-RS Client and Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%