Blog Logo
TAGS

Intro to tRPC: Integrated, full-stack TypeScript

The tRPC project brings together strong typing with server-side JavaScript capabilities in a single client-server interaction protocol. tRPC stands for Typescript Remote Procedure Call which directly infers and applies your TypeScript endpoints without the need for an intermediary. It combines the introduction of server-side JavaScript with Node.js and of strong typing with TypeScript. Developers get type inference benefits for the entire stack without an intermediary. Lets take a look at tRPC and where it fits in your full-stack TypeScript toolbox. By using this you are able to ship quickly and iterate without having a bunch of discussions about API schematics.