Manage a headless instance of Electron to run logic in tests and on the server
Bindings to native Mac/Linux/Windows password APIs
The C300X Plugin for Scrypted allows viewing your C300X intercom with incoming video/audio.
NodeJS client for Merge API, Inc's unified API's.
> Polyfill/shim for `process.allowedNodeEnvironmentFlags`
SSH2 with Promises
TimSort: Fast Sorting for Node.js
`heimdalljs-graph` is intended to be the primary entry point for doing visualizations with data gathered by [Heimdall](https://github.com/heimdalljs/heimdalljs-lib).
Database connection pooling and query queueing.
AsyncQueue is a TypeScript class that provides a simple asynchronous queue implementation. It implements the `Symbol.asyncIterator` interface, allowing it to be used in `for-await-of` loops. This enables one or multiple consumers to process items in the q
TypeScript definitions for bcrypt
A React Native Job Queue
Ensure that a series of functions are called with a minimum interval between each invocation.
Library to access USB devices
TypeScript definitions for ssh2-streams
Nimbus plugins for LDS on Mobile native integrations: durable store, networking, and draft queue.
NestJS-style BullMQ-like queue abstraction over RabbitMQ (amqplib).
Binaries supporting [Node](https://nodejs.org/) bindings to the [DuckDB C API](https://duckdb.org/docs/api/c/overview) for Mac OS X (Darwin) arm64.
Pool Stream
⚒️ An SDK for building applications on top of Monswap V4
Simple object for queuing functions one after the other, and creating fluent interfaces
Buffered metrics reporting via the Datadog HTTP API
A lightweight, concurrency-controlled, **priority-based** task queue for Promises.
> [Asynq](https://github.com/hibiken/asynq) is a Go library for queueing tasks and processing them asynchronously with workers. It's backed by Redis and is designed to be scalable yet easy to get started. > > Highlevel overview of how Asynq works: > > * C