Read the progress of a stream
minimal implementation of a PassThrough stream
[![Build status][build-image]][build-url] [![Tests coverage][cov-image]][cov-url] [![npm version][npm-image]][npm-url]
fs read and write streams based on minipass
A fetch API polyfill for React Native with text streaming support.
Get a stream as a string, Buffer, ArrayBuffer or array
Open Node Streams on demand.
fs read and write streams based on minipass
Returns a promise which fulfils with the supplied stream's content
Blob & File implementation in Node.js, originally from node-fetch.
TypeScript definitions for progress-stream
wrap a readable/writable stream to be read-only
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
safely create multiple ReadStream or WriteStream objects from the same file descriptor
An iteration of the Node.js core streams with a series of improvements
read(1) for node programs
Modern stream composer
Read and peek from a readable stream
process a vinyl file stream with minimal code
node.js library for reading and extraction of ZIP archives
Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.
Read all stream content and pass it to callback
JSON.Stringify as a readable stream
split a Text Stream into a Line Stream, using Stream 3
Memory efficient spreadsheet reader. It reads file in streaming fashion. Currently supports Excel legacy file (.xls) format. Work in progress for other file formats.
# 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.
No description provided.
No description provided.
No description provided.
No description provided.