A performant and standard (Bluebird) library that registers a node-style callback on a promise
Run an array of functions in parallel
Easily read/write JSON files.
A performant and standard (Bluebird) library that registers a node-style callback on a promise
Get the status of a file with some features
List files and directories inside the specified directory
Run an array of functions in parallel, but limit the number of tasks executing at the same time
XMLHttpRequest for Node
Various cache implementations
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
Make a callback- or promise-based function support both promises and callbacks.
An efficient queue capable of managing thousands of concurrent animations.
React hook which returns the latest callback without changing the reference
JSON Web Token implementation (symmetric and asymmetric)
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images
Runs a list of async tasks, passing the results of each into the next one
Get and validate the raw body of a readable stream.
Utilities for watching file trees.
A library for efficiently walking a directory recursively
Retry a request.
Unix datagram socket
Browser-friendly inheritance fully compatible with standard node.js inherits()
No description provided.
The same useRef, but with callback
Adapts a callback backed interface to an standard one, so allows safe thread-synchronized usage of evented or multithreaded libraries like EventMachine in standard applications without necessary paradigm shift.
CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.
The Win32::API library is meant as a replacement for the Win32API library that ships as part of the standard library. It contains several advantages over Win32API, including callback support, raw function pointers, an additional string type, and more.
CouchRest::ExtendedDocument provides aditional features to the standard CouchRest::Document class such as properties, view designs, callbacks, typecasting and validations.
CouchRest::ExtendedDocument provides aditional features to the standard CouchRest::Document class such as properties, view designs, callbacks, typecasting and validations.
This module allows models to define and execute custom actions with various hooks, authorization checks, and lifecycle callbacks. It's designed to standardize how business actions are performed on models.
CouchRest::ExtendedDocument provides aditional features to the standard CouchRest::Document class such as properties, view designs, callbacks, typecasting and validations.
CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.
CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.
Bestliner is a Ruby wrapper around bestline, a C library for interactive pseudoteletypewriter command sessions using ANSI Standard X3.64 control sequences. Bestliner supports Emacs-style editing shortcuts, a searchable history, completion and hint support via callbacks and UTF-8 editing.
The Win32::API library is meant as a replacement for the Win32API library that ships as part of the standard library. It contains several advantages over Win32API, including callback support, raw function pointers, an additional string type, and more.
RailsRestKit provides a comprehensive solution for building RESTful Rails controllers with minimal boilerplate. It automatically generates standard CRUD actions (index, show, new, create, edit, update, destroy) with built-in lifecycle callbacks and validation states (valid/invalid). The gem includes intelligent resource helpers that automatically infer model relationships from controller names, and a flexible parameter permitting system that supports nested attributes and collections. Perfect for rapidly building consistent REST APIs with proper separation of concerns.