A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features
A streaming way to send data to a Node.js Worker Thread
Runs the following loaders in a worker pool
The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers.
Testmo command line interface
Operating system utilities for Bare
Properly hijack require, i.e., properly define require hooks and customizations
Relocate resource intensive third-party scripts off of the main thread and into a web worker.
Generate trusted local SSL/TLS certificates for local SSL development
Use Rollup with workers and ES6 modules today.
CDK Toolkit for use with LocalStack
Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background
USB HID device access library
Determine common OS/platform paths (home, temp, ...)
Unique machine (desktop) id (no admin privileges required).
Library with base interfaces for LangGraph checkpoint savers.
userland implementation of https://github.com/joyent/node/issues/5243
A mutex for guarding async workflows
Native OS module API shim for older node.js versions
A continuation-local storage module compatible with NestJS's dependency injection.
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
Client library for interacting with the LangGraph API
Get paths for storing things like data, config, cache, etc
This library allows you to get a correct OS name and version
OS-backed thread-local storage. This crate provides a `ThreadLocal` type as an alternative to `std::thread_local!` that allows per-object thread-local storage, while providing a similar API. It always uses the thread-local storage primitives provided by the OS.
Efficient per-object thread-local storage implementation