Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

trpc-uws

tRPC adapter for uWebSockets.js server




๐Ÿ‘ช All Contributors: 2


๐Ÿค Code of Conduct: Kept
๐Ÿงช Coverage
๐Ÿ“ License: MIT
๐Ÿ“ฆ npm version
๐Ÿ’ช TypeScript: Strict

## 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
Christopher Yovanovitch

๐Ÿ’ป ๐Ÿ–‹ ๐Ÿ“– ๐Ÿค” ๐Ÿš‡ ๐Ÿšง ๐Ÿ“† ๐Ÿ”ง
Josh Goldberg โœจ
Josh Goldberg โœจ

๐Ÿ”ง

> ๐Ÿ’™ This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app).