Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

slice‑stream is a small Node.js utility that creates a Transform stream which passes data through until a specified byte length (or other slicing condition) is met, then invokes a callback and optionally ends the pipeline. It’s useful for developers who need to “slice” a stream—e.g., retrieve a fixed‑size header or the first N bytes—from any readable source without loading the entire data into memory.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of evanoxfeld/slice-stream

Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
samcday/node-stream-buffer
Buffer-backed Streams for reading and writing.

Support the repos that depend on this repository

Top contributors

EvanOxfeld's profile
EvanOxfeld
4 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
evanoxfeld

evanoxfeld/slice-stream

Like Array.slice() but for nodejs streams

JavaScript
2
0
MIT License