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·11 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

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Split

These projects share indexed features with Split. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 30 related projects→

Frequently asked questions

What are the main features of dominictarr/split?

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

Which projects share features with dominictarr/split?

Projects with overlapping indexed features 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.