I am receiving images from a server and need to display the image on the html page. The images are received via socket, so I have only the contents of the image. The img tag displays an image when there is src, in which case would it be necessary to save the image on the client side and then display it? Thank you for your attention.