Skip to content
Mario Izquierdo edited this page May 22, 2018 · 4 revisions

Twirp is a protocol that specifies how routing and serialization works for services defined in a Protobuf file, so it is easy to implement RPC servers that have auto-generated clients in different languages.

Twirp-Ruby allows to define Twirp services and clients in Ruby.

Clone this wiki locally