trpc-uws
v0.11.0
Published
tRPC adapter for uWebSockets.js server
Downloads
48
Readme
Usage
npm i trpc-uws
// eslint-disable-next-line n/no-missing-import
import { greet } from "trpc-uws";
greet("Hello, world! 💖");
Contributors
💙 This package was templated with
create-typescript-app
.