spiderfire icon indicating copy to clipboard operation
spiderfire copied to clipboard

Add Readable and Writeable Stream APIs

Open ARitz-Cracker opened this issue 3 years ago • 18 comments

Come on, man. I'd love to just, create a stream, pipe that steam into streams, pipe streams into files, pipe streams into network ports, pipe streams into pipes, stream pips into files, pipe....

oh also, how about you make write return a promise for when the internal buffers fill up? That'd be neat, in fact, that's one thing I hate about NodeJS's streams, for some reason they don't mix with async functions well and you gotta make/use a wrapper with it and that makes me sad.

I'm sure with enough effort, spiderfire will be the key to ending all my sadness. Wouldn't that be cool?

Oh, and files and networks stuffs shouldn't be the only thing that's streams, stdin/stdout/stderr should also have streams! Streams everywhere! Just like UNIX intended.

ARitz-Cracker avatar Jun 18 '21 17:06 ARitz-Cracker

streams are the only thing keeping me from using this in prod btw, so implement streams and I'll help you END the V8 monopoly 😎

ARitz-Cracker avatar Jun 18 '21 17:06 ARitz-Cracker