Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
taskqueue-mcp
Task Queue MCP Server
@drumtj/task-queue
task manager queue
rondonjon-react-task-queue
A zero-dependency, lightweight implementation of a Task Queue class and a `useTaskQueue` React hook which exposes the operations and the current state of an instance to React components.
taskon
A simple JavaScript/TypeScript tasks queue that supports dynamic concurrency control
worker-pool-task-queue
The library is specifically designed for Node.js environments and is based upon the native worker_threads module
queue-tea
A simple, robust, persistable job & task queue written in typescript. Full type safety included.
node-concurrent-worker-tasks
This library provides a solution for managing concurrent tasks in a Node.js environment. It leverages a combination of worker threads organized into a pool and a task queue system to efficiently execute tasks, ensuring optimal utilization of system resour
bolocess
task process handler for boloto
taskqueue
async callbacks task queue
task-queue-node
task queue for node.js
@lcrespilho/async-task-queue
Simple Async Task Queue
@kazila/asap
appengine-in-memory-taskqueue
Development stub for the taskqueue to replace it with an in-memory version wich does not rely on the docker+appengine middleware setup to function properly thus making your development cycle easier.
taskqueue.js
node.js taskqueue
task-quee
task queue for node.js
@roonlabs/node-pg-tasks
Pub/Sub task queue backed by Postgres # Quickstart ```Javascript const PgTasks = require('@roonlabs/node-pg-tasks'); const client = new PgTasks({user: 'postgres', password: 'postgres', database: 'testdb'})