What is trpc?
"TypeScript-first toolkit for building RPC APIs"
trpc is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 73.9 KB on disk.
Installation Guide
# Install via NPM
npm install trpc
# Install via Yarn
yarn add trpc