Categorygithub.com/vmg/twirp-ruby
module
1.3.0
Repository: https://github.com/vmg/twirp-ruby.git
Documentation: pkg.go.dev

# README

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.

Documentation

Go to the Wiki.

Contributing

Go to the CONTRIBUTING file.

# Packages

No description provided by the author