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

https://github.com/aarono/qtrpc

tRPC for Cloudflare queues
https://github.com/aarono/qtrpc

cloudflare queues trpc typescript

Last synced: about 2 months ago
JSON representation

tRPC for Cloudflare queues

Awesome Lists containing this project

README

          

# qtrpc

```
qtrpc = q(ueues) + tRPC
```

A typescript-native way to manage task queues with no glue code and streamlined maintenance.

Designed to work with Cloudflare Queues, but other queue support (SQS etc...) planned.

## Install

```
npm install qtrpc
```

## Example

Check out [`example/`](./example/) for a simple but complete example.