-
Notifications
You must be signed in to change notification settings - Fork 60
Home
Mario Izquierdo edited this page May 29, 2018
·
4 revisions
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.
Twirp-Ruby allows to define Twirp services and clients in Ruby.