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
- Host: GitHub
- URL: https://github.com/aarono/qtrpc
- Owner: AaronO
- License: mit
- Created: 2024-03-11T21:49:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T16:21:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T06:24:17.843Z (about 1 year ago)
- Topics: cloudflare, queues, trpc, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/qtrpc
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.