i am using mongodb as my database and node.js as a server. i managed to save image array as buffer data. can i send those buffer data to the front-end and display. is it faster than sending image URL s?,
You can store image in your own database and send It to the front-end, but It is not recommended if you don't have a strong enough server to process that buffer datas as described here.