aheckmann / gridfs-stream

Easily stream files to and from MongoDB
MIT License
615 stars 120 forks source link

How can I stream multiple files into one response? #141

Open AnizZen opened 5 years ago

AnizZen commented 5 years ago

I am using gridfs-stream to send blob data from MongoDB to browser. How can I stream multiple files in one response stream? I want to make a single api call from the browser application and in the response I should be able to send multiple files from the server. Please share some hints or code samples.