awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/first-chunk-stream

0
View on GitHub↗
28 stars·6 forks·JavaScript·MIT·2 vues

First Chunk Stream

Transform the first chunk in a stream

Features

  • Control Flow Utilities - Transform the first chunk of a stream.
  • Stream Utilities - Buffers and transforms the first n bytes of a stream.

Historique des stars

Graphique de l'historique des stars pour sindresorhus/first-chunk-streamGraphique de l'historique des stars pour sindresorhus/first-chunk-stream

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à First Chunk Stream

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec First Chunk Stream.
  • feross/multistreamAvatar de feross

    feross/multistream

    297Voir sur GitHub↗

    A stream that emits multiple other streams one after another (streams3)

    JavaScript
    Voir sur GitHub↗297
  • hughsk/from2Avatar de hughsk

    hughsk/from2

    132Voir sur GitHub↗

    Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"

    JavaScript
    Voir sur GitHub↗132
  • almost/through2-concurrentAvatar de almost

    almost/through2-concurrent

    75Voir sur GitHub↗

    Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)

    JavaScript
    Voir sur GitHub↗75
  • jahewson/node-bylineAvatar de jahewson

    jahewson/node-byline

    325Voir sur GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    Voir sur GitHub↗325
Voir les 30 alternatives à First Chunk Stream→

Questions fréquentes

Que fait sindresorhus/first-chunk-stream ?

Transform the first chunk in a stream

Quelles sont les fonctionnalités principales de sindresorhus/first-chunk-stream ?

Les fonctionnalités principales de sindresorhus/first-chunk-stream sont : Control Flow Utilities, Stream Utilities.

Quelles sont les alternatives open-source à sindresorhus/first-chunk-stream ?

Les alternatives open-source à sindresorhus/first-chunk-stream incluent : hughsk/from2 — Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2". mafintosh/duplexify — Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and… almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency). feross/multistream — A stream that emits multiple other streams one after another (streams3). jahewson/node-byline — Line-by-line Stream reader for node.js. mafintosh/peek-stream — Transform stream that lets you peek the first line before deciding how to parse it.