зеркало из https://github.com/arthurnn/twirp-ruby.git
0049f93d3e | ||
---|---|---|
example | ||
internal/gen/typemap | ||
lib | ||
protoc-gen-twirp_ruby | ||
test | ||
vendor/github.com | ||
.gitignore | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
README.md | ||
Rakefile | ||
twirp.gemspec |
README.md
Twirp-Ruby
Twirp is a protocol for routing and serialization of services defined in a .proto file, allowing easy implementation of RPC services with auto-generated clients in different languages.
The canonical implementation is in Golang. The Twirp-Ruby project in this repository is the Ruby implementation.
Install
Add gem "twirp"
to your Gemfile, or install with gem install twirp
.