зеркало из https://github.com/arthurnn/twirp-ruby.git
a44e56b70d
Version 1.0.0 |
||
---|---|---|
example | ||
lib | ||
protoc-gen-twirp_ruby | ||
test | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
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 cannonical 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
.