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
·
dominictarr avatar

dominictarr/splitArchived

0
View on GitHub↗
345 stars·33 forks·JavaScript·MIT·5 views

Split

Features

  • Stream Processing - Splits streams into chunks based on line breaks.
  • Stream Utilities - Splits streams into line-based chunks.

Star history

Star history chart for dominictarr/splitStar history chart for dominictarr/split

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

Open-source alternatives to Split

Similar open-source projects, ranked by how many features they share with Split.
  • mafintosh/pumpmafintosh avatar

    mafintosh/pump

    919View on GitHub↗

    pipe streams together and close all of them if one of them closes

    JavaScript
    View on GitHub↗919
  • maxogden/concat-streammaxogden avatar

    maxogden/concat-stream

    575View on GitHub↗

    writable stream that concatenates strings or data and calls a callback with the result

    JavaScript
    View on GitHub↗575
  • dominictarr/jsonstreamdominictarr avatar

    dominictarr/JSONStream

    1,932View on GitHub↗

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

    JavaScript
    View on GitHub↗1,932
  • rvagg/through2rvagg avatar

    rvagg/through2

    1,906View on GitHub↗

    Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

    JavaScript
    View on GitHub↗1,906
See all 30 alternatives to Split→

Frequently asked questions

What are the main features of dominictarr/split?

The main features of dominictarr/split are: Stream Processing, Stream Utilities.

What are some open-source alternatives to dominictarr/split?

Open-source alternatives to dominictarr/split include: maxogden/concat-stream — writable stream that concatenates strings or data and calls a callback with the result. rvagg/through2 — Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). mafintosh/pump — pipe streams together and close all of them if one of them closes. dominictarr/event-stream — EventStream is like functional programming meets IO. brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing.