This commit is contained in:
Arthur Nogueira Neves 2023-01-05 09:19:49 -05:00
Родитель 7ded70f0f9
Коммит db2b11d286
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@
[Twirp is a protocol](https://github.github.io/twirp/docs/spec_v5.html) for routing and serialization of services defined in a [.proto file](https://developers.google.com/protocol-buffers/docs/proto3), allowing easy implementation of RPC services with auto-generated clients in different languages.
The [canonical implementation](https://github.com/github/twirp) is in Golang. The Twirp-Ruby project is the official implementation in Ruby for both server and clients.
The [canonical implementation](https://github.com/twitchtv/twirp) is in Golang. The Twirp-Ruby project is the official implementation in Ruby for both server and clients.
## Install
@ -23,6 +23,6 @@ To auto-generate Ruby code from a proto file, use the `protoc` plugin and the `-
[On the CONTRIBUTING file](CONTRIBUTING.md).
### Releases and changes
## Releases and changes
See the [releases](https://github.com/github/twirp-ruby/releases) page for latest information about released versions.