#
twirp
Here are 46 public repositories matching this topic...
Protobuf and RPC for TypeScript
angular
reflection
typescript
protobuf
protocol-buffers
bigint
grpc-server
grpc-web
grpc-client
custom-options
twirp
code-size
well-known-types
strict-conformance
-
Updated
Jan 4, 2022 - TypeScript
PHP port of Twitch's Twirp RPC framework
-
Updated
Nov 26, 2021 - PHP
Generate A GraphQL Layer from A Twirp Server: https://twirpql.dev
-
Updated
Mar 7, 2020 - Go
blushi
commented
Oct 3, 2019
Every service should have a logging interface in some logging.go wrapping around its implementation.
See for instance the one that is already implemented for the iam service and its declaration in cmd/api/main.go.
Twitch Twirp RPC implementation for Java
-
Updated
Aug 26, 2021 - Java
A Protobuf plugin that generates Swagger docs for Twirp Services
-
Updated
Feb 26, 2018 - Go
Go RPC framework benchmark
-
Updated
Oct 14, 2020 - Go
-
Updated
Oct 27, 2021 - Go
Protobuf client code generators for Twirp services (https://github.com/twitchtv/twirp)
-
Updated
Sep 28, 2021 - C#
Improve this page
Add a description, image, and links to the twirp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the twirp topic, visit your repo's landing page and select "manage topics."
ts-proto is great and we've been using it for a while in production. However, having the generated typescript files matching the name of the protobuf file with just the
.tsextension is increasingly becoming a maintenance problem. For instance, there is no convenient way to gitignore these generated file with a glob if they are adjacent to non-generated sources.Other widely used protoc plugi