Are there any plans for `fromNodeStream` or a `pipe`?
See original GitHub issueFirst of all, I’ve tinkered around with RxJS, as well as Highland, and I prefer most because of the way it nails the interaction with promises. Also, your docs with the stream diagrams are just miles above the other two.
Second, I’m using most in nodejs, and I’m wondering if you have any thoughts about whether node streams have a future in most. I’ve been able to use most.create
to get stream data through a most stream, but there really needs to be a way to pipe a most through another node stream. As well as ways to handle back pressure. Otherwise it’s not really very useful, reading from a large node stream is like a firehose, and it will fill up the internal buffer and grind node to a halt after a while.
Have you had any thoughts about adapting most to node streams? Is there any priority on additions like this? I am happy mixing and matching with highland, but like I said – I much prefer most, and it would be great to be able to do things like this with it. Maybe if I have some time I’ll try to learn the concepts you have around “sources” and “sinks” to see if I can fork this repo and add something. Any guidance on that front would be greatly appreciated.
Cheers!
Issue Analytics
- State:
- Created 9 years ago
- Comments:9 (3 by maintainers)
Top GitHub Comments
Hey @nackjicholson, been a while 😃 hope all is well.
@kaosat-dev Thanks for jumping in and offering to help here. Feel free to discuss in the gitter chat. In addition to the core team, there are lots of knowledgable folks in there who have contributed to mostjs-community.
@briancavalier sorry for the late reply, thanks , I’ll ask around in the gitter chat, been lurking there for a long time now 😃 Thanks for the infos, I was not aware of mostjs-community , quite a goldmine and a good place to start from !