Library for resuming and following streams in distributed systems
Node.js Streams, a user-land copy of the stream library from Node.js
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
destroy a stream if possible
Toggle the CLI cursor
Call a callback when a readable/writable/duplex stream has completed or failed.
Get and validate the raw body of a readable stream.
A streaming way to send data to a Node.js Worker Thread
A stream that emits multiple other streams one after another.
Streaming data for JavaScript
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Merge multiple streams into a unified stream
An iteration of the Node.js core streams with a series of improvements
Returns the next buffer/object in a stream's readable queue
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Streaming HTML parser with scripting support.
minimal implementation of a PassThrough stream
Writeable stream for uploading content of unknown size to S3 via the multipart API.
writable stream that concatenates strings or binary data and calls a callback with the result
the stream module from node core for browsers
Converts a Web-API readable-stream into a Node.js readable-stream.
The string_decoder module from Node core
Stream State Protocol events from Active Record models with the same DX as Turbo Broadcasts — declarative streaming, automatic callbacks, and async jobs — but with offset-based resumability and persistent event logs over HTTP.
A maintained Ruby client for the Durable Streams protocol — persistent, resumable event streams over HTTP. Based on the upstream reference client with manual review, testing, and ongoing maintenance.
Search, browse, and download AI models from CivitAI. Supports model lookup by ID/hash, search with filters, and streaming downloads with resume.
Ruby SDK for ARCP: envelope and message model, fiber-based runtime, client, WebSocket / stdio / in-memory transports, SQLite-backed resume log, capability negotiation, leases with budget and expiration, streamed results, and OpenTelemetry trace propagation. Built on socketry/async.
SolidStackWeb is a mountable Rails engine that provides a production-ready operations dashboard for the full Solid Stack. It covers Solid Queue (job browser, failed job retry with inline argument editing, queue pause/resume, recurring tasks, performance stats, CSV export, and alert webhooks), Solid Cache (entry browser, size distribution, 24-hour write timeline, and optional value preview), and Solid Cable (channel browser, per-channel message list, and purge controls). Ships with dark mode, Turbo Stream responses, a JSON metrics endpoint, and no asset pipeline dependency.
# Introduction Welcome to the reference for the Lishogi API! Lishogi is free/libre, open-source shogi server forked from lichess powered by volunteers and donations. Currently this page is a work in progress, certain information here might be wrong and incorrect! Expect it to be done during 2022. - Get help in the [Lishogi Discord channel](https://discord.gg/YFtpMGg3rR) - [Contribute to this documentation on Github](https://github.com/WandererXII/lishogi/blob/master/public/doc/lishogi-api.yaml) - Check out [Lishogi widgets to embed in your website](https://lishogi.org/developers) ## Endpoint All requests go to `https://lishogi.org` (unless otherwise specified). ## Rate limiting All requests are rate limited using various strategies, to ensure the API remains responsive for everyone. Only make one request at a time. If you receive an HTTP response with a [429 status](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#429), please wait a full minute before resuming API usage. ## Streaming with ND-JSON Some API endpoints stream their responses as [Newline Delimited JSON a.k.a. **nd-json**](http://ndjson.org/), with one JSON object per line. Here's a [JavaScript utility function (for lichess)](https://gist.github.com/ornicar/a097406810939cf7be1df8ea30e94f3e) to help reading NDJSON streamed responses.
Developed by Sebastian Madrid Ontiveros to support hydraulic modellers in Scotland building 1D-2D hydraulic models and flood risk assessments. Provides a pure Ruby interface for listing and downloading Scottish Public Sector LiDAR datasets (DSM, DTM, LAZ) from the Registry of Open Data on AWS. Supports all survey phases (1-5) and Outer Hebrides, OS National Grid square filtering, paginated S3 listing, streamed downloads with resume support, and dry-run mode. No external dependencies. Uses only Ruby stdlib (net/http, uri, fileutils). If this gem saves you time, consider buying Sebastian a coffee at https://buymeacoffee.com/smadrid
No description provided.
No description provided.
No description provided.