HTTP/HTTP2 server middleware framework with priority-based scheduling, request lifecycle tracking, and Koa-style middleware composition.
TypeScript types to be shared between nxtedition packages.
Cross-thread primitives for Node.js worker threads
A high-performance, priority-based task scheduler for Node.js with support for concurrency limiting, byte-rate throttling, and multi-worker coordination via `SharedArrayBuffer`.
Cooperative yielding for Node.js to keep servers and applications responsive.
Merge and subtract numeric ranges. Useful for byte ranges, time ranges, and similar interval arithmetic.
A high-performance buffer slice and pool allocator for Node.js.
MIME type lookup and extension resolution with built-in support for broadcast and professional media formats missing from the standard `mime` package.
Optimized timer pooling for Node.js. Delays >= 1000ms are batched into a single 500ms-resolution interval, reducing the number of active handles and improving performance when many long-lived timers are in use.
A package that collects SVG icons and publishes those as SVG sprites. See nxt-kit documentation for usage.
a scalable server for realtime webapps
Cooperative yielding for Node.js to keep servers and applications responsive.
A two-tier async cache with SQLite persistence, in-memory pseudo-LRU, stale-while-revalidate, cross-thread deduplication via `SharedArrayBuffer`, and automatic request coalescing.
A high-performance, structured JSON logger built on [pino](https://github.com/pinojs/pino) with a dedicated worker thread for I/O.
Fast FIFO queue backed by a singly-linked list of fixed-size circular buffers. Adapted from Node.js's internal `fixed_queue.js`.
Create graphics for CasparCG in React JS with no configuration
minimal implementation of a PassThrough stream
An HTTP(s) proxy `http.Agent` implementation for HTTP
Provides a way to make requests
Create HTTP error objects
A query library for ECMAScript AST using a CSS selector like query language.
An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.
Turn a function into an `http.Agent` instance
AWS credential provider for containers and HTTP sources