- Fastify server with WebSocket
- Simple tRPC client in node
- Try it live on CodeSandbox
- Adapter documentation
If you want to test this example locally, follow the steps below.
git clone [email protected]:trpc/trpc.git
cd ./trpc
yarn
yarn dev
cd ./examples/fastify-server
yarn
yarn dev
yarn build
yarn start
Created by skarab42