Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yovanoc/trpc-uws
tRPC adapter for uWebSockets.js server
https://github.com/yovanoc/trpc-uws
Last synced: 3 months ago
JSON representation
tRPC adapter for uWebSockets.js server
- Host: GitHub
- URL: https://github.com/yovanoc/trpc-uws
- Owner: yovanoc
- License: mit
- Created: 2024-01-20T11:25:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:56:27.000Z (4 months ago)
- Last Synced: 2024-10-08T16:45:07.619Z (3 months ago)
- Language: TypeScript
- Size: 560 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
trpc-uws
tRPC adapter for uWebSockets.js server
## Usage
```shell
npm i trpc-uws
``````ts
// eslint-disable-next-line n/no-missing-import
import { greet } from "trpc-uws";greet("Hello, world! ๐");
```## Contributors
Christopher Yovanovitch
๐ป ๐ ๐ ๐ค ๐ ๐ง ๐ ๐ง
Josh Goldberg โจ
๐ง
> ๐ This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app).