@balmacefa/function_tool_kit
v2.1.1
Published
- Fastify server with WebSocket - Simple tRPC client in node - Try it live on [CodeSandbox](https://codesandbox.io/s/github/trpc/trpc/tree/main/examples/fastify-server) - Adapter [documentation](https://trpc.io/docs/fastify)
Downloads
1
Readme
Fastify adapter example
- 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.
Clone, Install and build main project
git clone [email protected]:trpc/trpc.git
cd ./trpc
yarn
yarn dev
Install fastify example and run it in dev mode
cd ./examples/fastify-server
yarn
yarn dev
If you want you can build and start from the fresh build
yarn build
yarn start
Created by skarab42