Intro to tRPC: Integrated, full-stack TypeScript
Briefly

"tRPC is great...having a transient schema that the language takes care of things automatically."
"Instead of producing an API definition for your back end with something like OpenAPI or GraphQL, tRPC directly infers and applies your TypeScript endpoints. It also applies the client-side parameters to the server. This arrangement makes good sense if you are already writing your entire stack in a strongly typed language like TypeScript."
Read at InfoWorld
[
]
[
|
]