image
Procedure to send an image (download) via a node API, do I create read stream and pipe it to the front and if yes what gets sent from that binary, base64 string, array buffers?
4 Replies
are you using express?
they got a helper for that
and in the front-end you do this annoying thing
Thanks