A
A
Andrey Kuklin2018-03-07 00:23:19
JavaScript
Andrey Kuklin, 2018-03-07 00:23:19

Is it possible to pipe multiple files in node.js?

Is it possible to pipe multiple files in node.js?
There is an array of file names. You need to send them one by one. In this case, the number of files is not known in advance. I've been looking for examples for several hours now, but I can't find them.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Tsvetkov, 2018-03-07
@yellow79

You don't have to try to send everything at once. Send one file, subscribe to the end of reading, and only then start reading the next one, and so on

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question