Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balmacefa/fbr_function_tool_kit
https://github.com/balmacefa/fbr_function_tool_kit
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/balmacefa/fbr_function_tool_kit
- Owner: balmacefa
- Created: 2023-12-05T03:52:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T04:00:43.000Z (6 months ago)
- Last Synced: 2024-11-06T15:54:00.885Z (2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@balmacefa/function_tool_kit
- Size: 8.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Fastify adapter example
- 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)If you want to test this example locally, follow the steps below.
### Clone, Install and build main project
```bash
git clone [email protected]:trpc/trpc.git
cd ./trpc
yarn
yarn dev
```### Install fastify example and run it in dev mode
```bash
cd ./examples/fastify-server
yarn
yarn dev
```### If you want you can build and start from the fresh build
```bash
yarn build
yarn start
```---
Created by [skarab42](https://github.com/skarab42)