qtrpc
v0.0.3
Published
``` qtrpc = q(ueues) + tRPC ```
Downloads
1
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/
for a simple but complete example.