awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mcollina avatar

mcollina/split2

0
View on GitHub↗
295 stars·25 forks·JavaScript·ISC·9 views

Split2

Break up a stream and reassemble it so that each line is a chunk. split2 is inspired by @dominictarr split module, and it is totally API compatible with it. However, it is based on Node.js core Transform.

Features

  • Stream Utilities - Stream3-style splitting utility.

Star history

Star history chart for mcollina/split2Star history chart for mcollina/split2

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mcollina/split2 do?

Break up a stream and reassemble it so that each line is a chunk. split2 is inspired by @dominictarr split module, and it is totally API compatible with it. However, it is based on Node.js core Transform.

What are the main features of mcollina/split2?

The main features of mcollina/split2 are: Stream Utilities.

What are some open-source alternatives to mcollina/split2?

Open-source alternatives to mcollina/split2 include: bendrucker/stream-to-promise — ``sh npm install --save stream-to-promise ``. dominictarr/event-stream — EventStream is like functional programming meets IO. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/map-stream. dominictarr/split. almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency).

Open-source alternatives to Split2

Similar open-source projects, ranked by how many features they share with Split2.
  • bendrucker/stream-to-promisebendrucker avatar

    bendrucker/stream-to-promise

    139View on GitHub↗

    `sh npm install --save stream-to-promise `

    JavaScript
    View on GitHub↗139
  • dominictarr/event-streamdominictarr avatar

    dominictarr/event-stream

    2,180View on GitHub↗

    EventStream is like functional programming meets IO

    JavaScript
    View on GitHub↗2,180
  • dominictarr/jsonstreamdominictarr avatar

    dominictarr/JSONStream

    1,932View on GitHub↗

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    JavaScript
    View on GitHub↗1,932
  • almost/through2-concurrentalmost avatar

    almost/through2-concurrent

    75View on GitHub↗

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

    JavaScript
    View on GitHub↗75
See all 30 alternatives to Split2
→