Saturday, 8 February 2020

Sending Large a database collection from mongodb as API with expressjs

I have database which almost 2 GB.One of it collection has more than 35000 entries, even after a lot of filtering. I want expose it with express response to the clients server.Since it is too large. It hangs the browser.How can I send it as stream/chunk with node JS ?

Submitted February 08, 2020 at 09:59PM by tlsh2020

No comments:

Post a Comment