This is a simple Twirp client using @protobuf-ts/twirp-transport.
The client is generated by @protobuf-ts/plugin without any additional parameters. A TwirpFetchTransport from the package @protobuf-ts/twirp-transport is used to communicate over gRPC.
The client can be run against the example Twirp server in the directory "example-go-twirp-server".
To run the client, execute make
.