I need to somehow clone a readstream in nodeJS.
That is if I have a readStream I need two copies of it stream1, stream2. Where I can read both the streams stream1 and stream2 individually.
How can I do that cause as far as I know you cant readily copy a stream also even If I try to pipe original readStream to stream1, stream2 I cant consume each of them individually