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

Mississippi is a collection of utility modules for working with Node.js streams, designed to simplify stream handling while maintaining performance and composability. It provides tools like `pipe` for error-safe stream piping, `pipeline` for building transform stream chains, and `each` for iterating over stream data, making it ideal for developers who frequently work with streams and want to write cleaner, more maintainable code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of maxogden/mississippi

Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
mafintosh/duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Account's avatar
mafintosh/end-of-stream
Call a callback when a readable/writable/duplex stream has completed or failed.
Account's avatar
mafintosh/flush-write-stream
A write stream constructor that supports a flush function that is called before finish is emitted
Account's avatar
hughsk/from2
Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"
Account's avatar
mafintosh/parallel-transform
Transform stream that allows you to run your transforms in parallel without changing the order
Account's avatar
mafintosh/pump
pipe streams together and close all of them if one of them closes
Account's avatar
mafintosh/pumpify
Combine an array of streams into a single duplex stream using pump and duplexify
Account's avatar
mafintosh/stream-each
Iterate all the data in a stream
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise

Support the repos that depend on this repository

Top contributors

bcomnes's profile
bcomnes
23 contributions
max-mapper's profile
max-mapper
19 contributions
wpears's profile
wpears
9 contributions
rubillionaire's profile
rubillionaire
2 contributions
zeke's profile
zeke
2 contributions
vkarai's profile
vkarai
1 contributions
roylines's profile
roylines
1 contributions
mh-cbon's profile
mh-cbon
1 contributions
kumavis's profile
kumavis
1 contributions
janriemer's profile
janriemer
1 contributions

Recent events

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

No events yet
maxogden

maxogden/mississippi

A collection of useful stream utility modules for writing better code using streams

JavaScript
1088
37
BSD 2-Clause "Simplified" License