Skip to content

trpc-dev/trpc

Repository files navigation

ts-rpc

ts-rpc is a modern framework for doing type-safe RPC calls. Instead of using an IDL like Protocol Buffers, it uses TypeScript for defining service interfaces.

Example

Why use ts-rpc?

Architecture

Converters

Encoders

Decoders

Transport

Streaming

FAQ

Why not REST?

Why not gRPC (or Thrift/Avro/etc)?